kc3-lang/gnulib

Branch :


Log

Author Commit Date CI Message
3751b3e9 1996-04-19 04:41:27 (basename): Rewrite so it doesn't rely on strrchr, and hence doesn't need to include string.h -- on some alpha-based OSF systems, there's a conflicting prototype for basename in string.h. Reported by Kaveh Ghazi.
9243fffe 1996-04-18 23:02:17 Indent cpp-directives.
31395e89 1996-04-14 02:12:46 Test cpp-defined __sun as well as sun, because in strict ANSI mode, only __sun is defined. From Kaveh Ghazi.
fee3da72 1996-04-13 18:13:09 Unprotoize. [ISASCII]: Define. [ISUPPER]: Define.
96a992db 1996-04-13 03:58:33 .
41bedd57 1996-04-12 22:57:28 (MAX_FAILURE_ITEMS): Use 5 instead of actual number of regs.
ae3df781 1996-04-10 04:03:47 .
821438b9 1996-04-10 03:29:05 .
d404226c 1996-04-08 04:53:54 (mon_week_ISO): New function to implement new %V format. (sun_week): Make TM parameter `const'. (mon_week): Likewise. (mon_week): Rewrite to correctly implement %W format..
921fc8c5 1996-04-05 23:33:09 (sun_week): Make %U work properly. Before, `date -d '1 Jan 1995' +%U' output `00'. Now it prints `01'.