]> git.ipfire.org Git - thirdparty/bash.git/commitdiff
commit bash-20110225 snapshot
authorChet Ramey <chet.ramey@case.edu>
Thu, 29 Dec 2011 18:04:25 +0000 (13:04 -0500)
committerChet Ramey <chet.ramey@case.edu>
Thu, 29 Dec 2011 18:04:25 +0000 (13:04 -0500)
autom4te.cache/requests
examples/INDEX.html
examples/INDEX.txt
patchlevel.h

index 4a5e08c959e79308e600ade061bffe6a5fcb00af..014c1526793ccc20fe5014394befba83e8496a78 100644 (file)
                         'configure.in'
                       ],
                       {
-                        '_LT_AC_TAGCONFIG' => 1,
                         'AM_PROG_F77_C_O' => 1,
-                        'AC_INIT' => 1,
+                        '_LT_AC_TAGCONFIG' => 1,
                         'm4_pattern_forbid' => 1,
-                        '_AM_COND_IF' => 1,
+                        'AC_INIT' => 1,
                         'AC_CANONICAL_TARGET' => 1,
-                        'AC_SUBST' => 1,
+                        '_AM_COND_IF' => 1,
                         'AC_CONFIG_LIBOBJ_DIR' => 1,
-                        'AC_FC_SRCEXT' => 1,
+                        'AC_SUBST' => 1,
                         'AC_CANONICAL_HOST' => 1,
+                        'AC_FC_SRCEXT' => 1,
                         'AC_PROG_LIBTOOL' => 1,
                         'AM_INIT_AUTOMAKE' => 1,
                         'AC_CONFIG_SUBDIRS' => 1,
                         'AM_AUTOMAKE_VERSION' => 1,
                         'LT_CONFIG_LTDL_DIR' => 1,
-                        'AC_REQUIRE_AUX_FILE' => 1,
                         'AC_CONFIG_LINKS' => 1,
-                        'm4_sinclude' => 1,
+                        'AC_REQUIRE_AUX_FILE' => 1,
                         'LT_SUPPORTED_TAG' => 1,
+                        'm4_sinclude' => 1,
                         'AM_MAINTAINER_MODE' => 1,
                         'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
                         '_m4_warn' => 1,
                         'AC_CANONICAL_BUILD' => 1,
                         'AC_FC_FREEFORM' => 1,
                         'AH_OUTPUT' => 1,
-                        '_AM_SUBST_NOTMAKE' => 1,
                         'AC_CONFIG_AUX_DIR' => 1,
-                        'sinclude' => 1,
-                        'm4_pattern_allow' => 1,
+                        '_AM_SUBST_NOTMAKE' => 1,
                         'AM_PROG_CC_C_O' => 1,
-                        'AC_CANONICAL_SYSTEM' => 1,
+                        'm4_pattern_allow' => 1,
+                        'sinclude' => 1,
                         'AM_CONDITIONAL' => 1,
+                        'AC_CANONICAL_SYSTEM' => 1,
                         'AC_CONFIG_HEADERS' => 1,
                         'AC_DEFINE_TRACE_LITERAL' => 1,
                         'm4_include' => 1,
index 5e8cdc692229d455e0a8edfe5f3babcaaffb86f1..ff8be84200212c74012f74f6b5a05bb52615619d 100644 (file)
     <td>Bourne shell cshell-emulator.</td>
     <td>csh</td>
   </tr>
+  <tr>
+    <td>./scripts/bash-hexdump.sh</td>
+    <td>hexdump(1) in bash</td>
+    <td>hexdump -C, hd</td>
   <tr>
     <td>./scripts/cat.sh</td>
     <td>Readline-based pager.</td>
index db2858fd2c63eedc6b633232a73504c4eb1c014a..1e4874eda60d686f46394ab2f758aae701db2e16 100644 (file)
@@ -151,6 +151,7 @@ Path        Description     X-Ref
 
 ./scripts      Example scripts 
 ./scripts/adventure.sh Text adventure game in bash!    
+./scripts/bash-hexdump.sh      hexdump(1) in bash
 ./scripts/bcsh.sh      Bourne shell cshell-emulator.   csh
 ./scripts/cat.sh       Readline-based pager.   cat, readline pager
 ./scripts/center       Center - center a group of lines.       
index 85940d03808330d19c61230b543a18789a678306..2c576f58a36bdbc28fc0c5b1b854e65777a872a5 100644 (file)
@@ -25,6 +25,6 @@
    regexp `^#define[   ]*PATCHLEVEL', since that's what support/mkversion.sh
    looks for to find the patch level (for the sccs version string). */
 
-#define PATCHLEVEL 0
+#define PATCHLEVEL 1
 
 #endif /* _PATCHLEVEL_H_ */