- Timestamp:
- Apr 30, 2007, 1:13:00 AM (18 years ago)
- Location:
- trunk/essentials/app-shells/bash
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/app-shells/bash/patchlevel.h
r3237 r3238 26 26 looks for to find the patch level (for the sccs version string). */ 27 27 28 #define PATCHLEVEL 228 #define PATCHLEVEL 3 29 29 30 30 #endif /* _PATCHLEVEL_H_ */ -
trunk/essentials/app-shells/bash/variables.c
r3231 r3238 861 861 char val[INT_STRLEN_BOUND(int) + 1], *v; 862 862 863 #if defined (READLINE) 863 864 /* If we are currently assigning to LINES or COLUMNS, don't do anything. */ 864 865 if (winsize_assignment) 865 866 return; 867 #endif 866 868 867 869 v = inttostr (lines, val, sizeof (val));
Note:
See TracChangeset
for help on using the changeset viewer.