Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-08 | Correct/add tests for the above fix. | Jim Meyering | |
Set LC_ALL, etc, now that we use sort. Check the block/size of a small file, too. Correct expected results for simple dir1/dir2/file case. Add another test of du -S. | |||
2003-03-07 | . | Jim Meyering | |
2003-03-07 | remove mmap-stack.c | Jim Meyering | |
2003-03-07 | *** empty log message *** | Jim Meyering | |
2003-03-07 | . | Jim Meyering | |
2003-03-07 | *** empty log message *** | Jim Meyering | |
2003-03-07 | *** empty log message *** | Jim Meyering | |
2003-03-07 | (print_it): Use putchar, not fputs, to output a single character. | Jim Meyering | |
2003-03-07 | (dired_dump_obstack): Use putchar, not fputs, to output a single character. | Jim Meyering | |
2003-03-07 | (usage): Use putchar, not fputs, to output a single character. | Jim Meyering | |
2003-03-07 | (output_one_tex_line, output_one_dumb_line): | Jim Meyering | |
Use putchar, not fputs, to output a single character. | |||
2003-03-07 | *** empty log message *** | Jim Meyering | |
2003-03-07 | Remove everything associated with mmap-stack.c. | Jim Meyering | |
This reverts the two changes of 2003-02-21. | |||
2003-03-07 | *** empty log message *** | Jim Meyering | |
2003-03-07 | Don't require AC_SYS_MMAP_STACK. | Jim Meyering | |
2003-03-07 | (AC_LANG_SOURCE(C)): New macro. | Jim Meyering | |
2003-03-07 | . | Jim Meyering | |
2003-03-07 | (libfetish_a_SOURCES): Remove mmap-stack.h. | Jim Meyering | |
2003-03-07 | . | Jim Meyering | |
2003-03-07 | *** empty log message *** | Jim Meyering | |
2003-03-07 | Remove everything associated with mmap-stack.c. | Jim Meyering | |
This reverts the change of 2003-02-19. | |||
2003-03-07 | *** empty log message *** | Jim Meyering | |
2003-03-07 | Test the -S option using a hierarchy containing files, too, | Jim Meyering | |
not just directories. | |||
2003-03-07 | *** empty log message *** | Jim Meyering | |
2003-03-07 | #undef getcwd only after *all* included header files. | Jim Meyering | |
Declare getcwd unconditionally. | |||
2003-03-07 | *** empty log message *** | Jim Meyering | |
2003-03-07 | (GL_FUNC_GETCWD_PATH_MAX): Check for declaration of getcwd. | Jim Meyering | |
2003-03-07 | *** empty log message *** | Jim Meyering | |
2003-03-07 | (same_name): Remove unnecessary inclusion of config.h. | Jim Meyering | |
It also happened to lead to infinite recursion in getcwd.c. (PARAMS): Remove definition and use. | |||
2003-03-06 | undo last change | Jim Meyering | |
2003-03-06 | #undef getcwd before including system headers. | Jim Meyering | |
This avoid a build failure on IRIX 6.5. Reported by Nelson Beebe. | |||
2003-03-06 | *** empty log message *** | Jim Meyering | |
2003-03-06 | [!HAVE_DECL_GETCWD]: Declare getcwd. | Jim Meyering | |
2003-03-06 | *** empty log message *** | Jim Meyering | |
2003-03-06 | (GL_FUNC_GETCWD_PATH_MAX): Check for declaration of getcwd. | Jim Meyering | |
2003-03-06 | *** empty log message *** | Jim Meyering | |
2003-03-06 | Fix a bug that causes du to dump core on 64-bit systems. | Jim Meyering | |
(ftw_startup): Declare `func' parameter to be of type NFTW_FUNC_T, not void* which may be smaller on 64-bit systems. Remove now-unnecessary cast. (FTW_NAME): Cast func argument to type `NFTW_FUNC_T'. | |||
2003-03-06 | *** empty log message *** | Jim Meyering | |
2003-03-06 | Unset CDPATH. Otherwise, having the | Jim Meyering | |
CDPATH shell variable set could cause this test to fail. | |||
2003-03-05 | bump to 4.5.10 | Jim Meyering | |
2003-03-05 | . | Jim Meyering | |
2003-03-05 | . | Jim Meyering | |
2003-03-05 | (print_esc): Remove pointless comparison of unsigned | Jim Meyering | |
integer with zero, to avoid a warning from Intel's ecc. | |||
2003-03-05 | . | Jim Meyering | |
2003-03-05 | *** empty log message *** | Jim Meyering | |
2003-03-05 | (ARRAY_SIZE): Define it. | Jim Meyering | |
2003-03-05 | add comment | Jim Meyering | |
2003-03-05 | fix logic error | Jim Meyering | |
2003-03-05 | #undef mkdir to avoid link errors on | Jim Meyering | |
i386-unknown-netbsdelf1.6 | |||
2003-03-05 | . | Jim Meyering | |