Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-01-18 | (strncoll, strncoll_s2_readonly, look_for_fraction, numcompare): | Jim Meyering | |
Remove the `unsigned' from some `unsigned char*' parameter types. Add casts via UCHAR where necessary to avoid problems with unwanted sign extension. Based on a patch from Kaveh Ghazi to appease Irix4's cc compiler. e.g., > cc -DLOCALEDIR=\"/caip/u3/ghazi/foobar/share/locale\" -DHAVE_CONFIG_H > -I.. -I../../src -I../../lib -I../intl -c ../../src/sort.c > accom: Error: ../../src/sort.c, line 500: prototype parameter 1 type > must have all of the actual arguments qualifiers (except the > outermost) and pointed-to types must be compatible (ANSI > 3.3.2.2,3.3.16.1) > diff = strcoll (s1, s2); > ----------------------------^ > accom: Error: ../../src/sort.c, line 500: Argument 1 Type Doesn't > Match prototype description; prototype: pointer to const char is > different from actual: pointer to unsigned char > diff = strcoll (s1, s2); > ----------------------------^ > accom: Error: ../../src/sort.c, line 500: prototype parameter 2 type > must have all of the actual arguments qualifiers (except the > outermost) and pointed-to types must be compatible (ANSI > 3.3.2.2,3.3.16.1) > diff = strcoll (s1, s2); > ----------------------------^ > accom: Error: ../../src/sort.c, line 500: Argument 2 Type Doesn't > Match prototype description; prototype: pointer to const char is > different from actual: pointer to unsigned char > diff = strcoll (s1, s2); > ----------------------------^ | |||
1998-01-18 | (next_file_name): Rewrite. This removes an artificial limit (albeit | Jim Meyering | |
already high, at INT_MAX :-) on the number of files split could create. Reported by Ralf W. Stephan. | |||
1998-01-16 | Guard inclusion of langinfo.h also with HAVE_LANGINFO_H, | Jim Meyering | |
for Irix-4.0.5. From Kaveh Ghazi. | |||
1998-01-16 | (mergefps): Add braces to avoid ambiguous `else' statement. | Jim Meyering | |
(nls_set_fraction): Likewise. | |||
1998-01-16 | . | Jim Meyering | |
1998-01-16 | . | Jim Meyering | |
1998-01-16 | Make PARAMS-defining conditionals consistent. | Jim Meyering | |
1998-01-16 | Make PARAMS-defining conditionals consistent. | Jim Meyering | |
1998-01-16 | (fail-0): Disable test. It depends on | Jim Meyering | |
sizeof(long) being 32 bits. Reported by Kaveh Ghazi. | |||
1998-01-14 | (print_header): Fix inode format header to line it up | Jim Meyering | |
with the rest of the output. | |||
1998-01-13 | Set errno to ENOENT, not EINVAL. This is consistent | Jim Meyering | |
with most other implementations. | |||
1998-01-13 | *** empty log message *** | Jim Meyering | |
1998-01-12 | *** empty log message *** | Jim Meyering | |
1998-01-12 | *** empty log message *** | Jim Meyering | |
1998-01-12 | *** empty log message *** | Jim Meyering | |
1998-01-12 | *** empty log message *** | Jim Meyering | |
1998-01-12 | Include sys/param.h only #if HAVE_SYS_PARAM_H. | Jim Meyering | |
Move function-spanning `#if ...BSIZE' stmt to follow inclusion of sys/param.h since BSIZE is sometimes defined in sys/param.h. Based on a patch from Philippe De Muyter. | |||
1998-01-11 | *** empty log message *** | Jim Meyering | |
1998-01-11 | . | Jim Meyering | |
1998-01-11 | . | Jim Meyering | |
1998-01-11 | *** empty log message *** | Jim Meyering | |
1998-01-11 | . | Jim Meyering | |
1998-01-10 | *** empty log message *** | Jim Meyering | |
1998-01-10 | CHAR_BIT SCHAR_MAX UCHAR_MAX SHRT_MAX INT_MAX UINT_MAX LONG_MAX ULONG_MAX | Jim Meyering | |
Remove definitions of those symbols. * src/csplit.c: Move inclusion of regex.h/rx.h to follow system.h since it now includes limit.h which defines RE_DUP_MAX. * src/nl.c: Likewise. * src/tac.c: Likewise. | |||
1998-01-10 | . | Jim Meyering | |
1998-01-10 | initialize fail to 0 | Jim Meyering | |
1998-01-10 | . | Jim Meyering | |
1998-01-10 | (EXTRA_DIST): Add const.m4. | Jim Meyering | |
1998-01-10 | . | Jim Meyering | |
1998-01-10 | *** empty log message *** | Jim Meyering | |
1998-01-10 | *** empty log message *** | Jim Meyering | |
1998-01-10 | *** empty log message *** | Jim Meyering | |
1998-01-10 | (usage): Describe -D. | Jim Meyering | |
1998-01-10 | . | Jim Meyering | |
1998-01-10 | *** empty log message *** | Jim Meyering | |
1998-01-10 | (batch_convert): Use memcpy when we don't need return value. | Jim Meyering | |
1998-01-10 | . | Jim Meyering | |
1998-01-10 | *** empty log message *** | Jim Meyering | |
1998-01-10 | (usage): Correct descriptions of --sort, --time, and -t. | Jim Meyering | |
Suggestions from Andreas Schwab. | |||
1998-01-10 | (decode_switches) [-u]: Fix bug whereby -u had no effect | Jim Meyering | |
without -l or -t. Now, -u (like -c) implies --sort=time. Suggestion from Andreas Schwab. | |||
1998-01-10 | *** empty log message *** | Jim Meyering | |
1998-01-10 | *** empty log message *** | Jim Meyering | |
1998-01-10 | use sh-script test, not Test.pm framework | Jim Meyering | |
1998-01-10 | *** empty log message *** | Jim Meyering | |
1998-01-10 | . | Jim Meyering | |
1998-01-10 | *** empty log message *** | Jim Meyering | |
1998-01-10 | (make_path): Reformat 3 if-stmts to test `if (newly_created_dir)' only once. | Jim Meyering | |
Suggestion from Andreas Schwab. | |||
1998-01-10 | (make_path): Put only newly created directories on the LEADING_DIRS list. | Jim Meyering | |
1998-01-08 | *** empty log message *** | Jim Meyering | |
1998-01-08 | *** empty log message *** | Jim Meyering | |