kc3-lang/gnulib

Branch :


Log

Author Commit Date CI Message
33d1c92b 2000-11-26 23:30:27 .
6ae1d331 2000-11-26 23:01:02 .
9140ea4d 2000-11-26 16:52:29 Include sys/types.h. From Werner Almesberger.
b71a03a8 2000-11-26 15:59:59 .
27646e67 2000-11-23 21:48:47 .
e359ee6b 2000-11-23 07:24:59 *** empty log message ***
a1afa17b 2000-11-23 07:24:51 (my_strftime): Do not invoke mbrlen with a size of (size_t) -1; it's not portable.
911955d8 2000-11-18 11:17:41 .
063e0ea8 2000-11-18 09:53:33 tweak a comment
291a8b36 2000-11-18 09:50:09 Formatting changes. (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would prevent type checking. (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't cast the value to (void *): assigning a `foo *' to a `void *' variable is valid. (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.