bash30-002 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. *** bash-3.0/lib/readline/display.c Thu May 27 22:57:51 2004
  2. --- bash/lib/readline/display.c Wed Jul 28 13:48:04 2004
  3. ***************
  4. *** 352,356 ****
  5. &prompt_last_invisible,
  6. (int *)NULL,
  7. ! (int *)NULL);
  8. c = *t; *t = '\0';
  9. /* The portion of the prompt string up to and including the
  10. --- 352,356 ----
  11. &prompt_last_invisible,
  12. (int *)NULL,
  13. ! &prompt_physical_chars);
  14. c = *t; *t = '\0';
  15. /* The portion of the prompt string up to and including the
  16. ***************
  17. *** 359,363 ****
  18. (int *)NULL,
  19. &prompt_invis_chars_first_line,
  20. ! &prompt_physical_chars);
  21. *t = c;
  22. return (prompt_prefix_length);
  23. --- 359,363 ----
  24. (int *)NULL,
  25. &prompt_invis_chars_first_line,
  26. ! (int *)NULL);
  27. *t = c;
  28. return (prompt_prefix_length);
  29. *** bash-3.0/patchlevel.h Wed Aug 22 08:05:39 2001
  30. --- bash/patchlevel.h Thu Sep 2 15:04:32 2004
  31. ***************
  32. *** 26,30 ****
  33. looks for to find the patch level (for the sccs version string). */
  34. ! #define PATCHLEVEL 1
  35. #endif /* _PATCHLEVEL_H_ */
  36. --- 26,30 ----
  37. looks for to find the patch level (for the sccs version string). */
  38. ! #define PATCHLEVEL 2
  39. #endif /* _PATCHLEVEL_H_ */