|
246c84b9
|
2007-03-25T17:53:39
|
|
Avoid circular definition restrict -> __restrict -> restrict on BeOS.
|
|
01b89fc9
|
2006-12-28T23:36:43
|
|
Import the following change from libc; problem reported by
Sven Verdoolaege.
2005-10-13 Ulrich Drepper <drepper@redhat.com>
[BZ #1373]
* lib/argp.h: Remove __NTH for __argp_usage inline function.
|
|
57260814
|
2006-10-23T12:07:37
|
|
Avoid clash with mingw's definition of __argc and __argv as macros.
|
|
0e7a6d56
|
2006-09-10T11:51:42
|
|
Move declarations of program_invocation_name and program_invocation_short_name to argp.h, so they are visible to user programs.
|
|
9b9875c6
|
2006-09-09T17:27:59
|
|
(struct argp_option): Document the use of N_() wrappers.
|
|
375059d6
|
2006-09-09T15:58:47
|
|
(struct argp): Document the N_("..") "\v" N_("..") convention. Text proposed by Bruno Haible.
|
|
83213ada
|
2006-01-10T21:49:07
|
|
* argp.h (__const): Remove macro. Use const instead.
* argp-fmtstream.h (__const): Likewise.
* glob_.h (__const): Remove macro.
* glob-libc.h: Use const instead of __const.
|
|
080ae421
|
2005-06-16T11:52:34
|
|
(__option_is_short): Check upper limit of __key.
Isprint() requires its argument to have the value of an
unsigned char or EOF.
|
|
267a39ba
|
2005-05-14T06:03:57
|
|
*** empty log message ***
|
|
f301aec3
|
2004-09-30T16:41:57
|
|
(OPTION_NO_TRANS): New option.
|
|
702381eb
|
2004-09-08T13:31:45
|
|
update from libc
|
|
bdfb5100
|
2003-11-29T13:37:46
|
|
argp update from libc
|
|
f81666cf
|
2003-10-04T12:28:06
|
|
argp update from libc
|
|
54b9ccdb
|
2003-09-19T13:21:16
|
|
argp.h update from libc
|
|
79da92e2
|
2003-08-31T13:07:02
|
|
update from libc
|
|
a82fdff5
|
2003-07-08T23:25:13
|
|
Get lib/argp* from glibc.
|
|
46e647a1
|
2003-06-10T11:19:46
|
|
argp facility from glibc-20030610.
|