CVS commit: src/lib/libintl

2015-06-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 8 15:02:33 UTC 2015 Modified Files: src/lib/libintl: libintl.h Log Message: Another version using inline functions (just as a demo, I'll go back to defines since they are shorter and inlines don't fix the problem).

CVS commit: src/lib/libintl

2015-06-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 8 15:04:21 UTC 2015 Modified Files: src/lib/libintl: libintl.h Log Message: back to the defines (fixing a typo -- extra 'g') To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libintl/libintl.h

CVS commit: src/lib/libintl

2015-06-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 5 20:12:56 UTC 2015 Modified Files: src/lib/libintl: libintl.h Log Message: Make the cpp protection macro name consistent with other headers. Fix problems caused by the new macros introduced for gnu gettext

CVS commit: src/lib/libintl

2015-05-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 29 12:26:28 UTC 2015 Modified Files: src/lib/libintl: gettext.c libintl.h textdomain.c Log Message: Patch from William Orr in tech-userlevel: - Added most *p*gettext functions - Added basic function to concat msgctxt

CVS commit: src/lib/libintl

2012-07-30 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Mon Jul 30 23:04:43 UTC 2012 Modified Files: src/lib/libintl: gettext.c Log Message: comments To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/lib/libintl/gettext.c Please note that diffs are not public domain;

CVS commit: src/lib/libintl

2012-01-21 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Sat Jan 21 13:35:49 UTC 2012 Modified Files: src/lib/libintl: gettext.c Log Message: libintl crash when *.mo file lacks header section(old gettext format). reported by jun@ -san, tested by tsutsui@ -san. thanks! To generate a

CVS commit: src/lib/libintl

2011-10-14 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Oct 14 22:42:01 UTC 2011 Modified Files: src/lib/libintl: libintl.h Log Message: Add __format_arg attribute to gettext(3) and friends. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libintl/libintl.h