summaryrefslogtreecommitdiffstats
path: root/package/bash/bash30-002
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-03-19 08:52:29 +0000
committerMike Frysinger <vapier@gentoo.org>2006-03-19 08:52:29 +0000
commitd4f0350c6da4a2a801f1e8ab28b8d914953a3d86 (patch)
tree5715ca140fdaeee387cb1ca42c2ab384d33bec5d /package/bash/bash30-002
parent229a26a76f789f1a68281ecb1154753888c32d61 (diff)
downloadbuildroot-novena-d4f0350c6da4a2a801f1e8ab28b8d914953a3d86.tar.gz
buildroot-novena-d4f0350c6da4a2a801f1e8ab28b8d914953a3d86.zip
update to bash-3.1
Diffstat (limited to 'package/bash/bash30-002')
-rw-r--r--package/bash/bash30-00244
1 files changed, 0 insertions, 44 deletions
diff --git a/package/bash/bash30-002 b/package/bash/bash30-002
deleted file mode 100644
index fa0b8ddde..000000000
--- a/package/bash/bash30-002
+++ /dev/null
@@ -1,44 +0,0 @@
-*** bash-3.0/lib/readline/display.c Thu May 27 22:57:51 2004
---- bash/lib/readline/display.c Wed Jul 28 13:48:04 2004
-***************
-*** 352,356 ****
- &prompt_last_invisible,
- (int *)NULL,
-! (int *)NULL);
- c = *t; *t = '\0';
- /* The portion of the prompt string up to and including the
---- 352,356 ----
- &prompt_last_invisible,
- (int *)NULL,
-! &prompt_physical_chars);
- c = *t; *t = '\0';
- /* The portion of the prompt string up to and including the
-***************
-*** 359,363 ****
- (int *)NULL,
- &prompt_invis_chars_first_line,
-! &prompt_physical_chars);
- *t = c;
- return (prompt_prefix_length);
---- 359,363 ----
- (int *)NULL,
- &prompt_invis_chars_first_line,
-! (int *)NULL);
- *t = c;
- return (prompt_prefix_length);
-
-*** bash-3.0/patchlevel.h Wed Aug 22 08:05:39 2001
---- bash/patchlevel.h Thu Sep 2 15:04:32 2004
-***************
-*** 26,30 ****
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 1
-
- #endif /* _PATCHLEVEL_H_ */
---- 26,30 ----
- looks for to find the patch level (for the sccs version string). */
-
-! #define PATCHLEVEL 2
-
- #endif /* _PATCHLEVEL_H_ */