kc3-lang/gnulib/modules/localcharset

Branch :


Log

Author Commit Date CI Message
6b8a3fa7 2011-12-15 01:10:48 localcharset: Use an absolute path in TESTS_ENVIRONMENT. * modules/localcharset (LOCALCHARSET_TESTS_ENVIRONMENT): Use $(abs_top_builddir) instead of $(top_builddir).
d99d629a 2009-12-25 13:12:51 Move gl_FCNTL_O_FLAGS to a separate .m4 file.
6abc3b3c 2009-12-25 01:44:29 Add missing dependencies to 'extensions' module.
b06da86e 2009-10-18 16:58:39 Avoid symlink attack in localcharset module.
47a8dd64 2009-08-22 11:28:08 annotate automake snippets with $(AM_V_GEN) and $(AM_V_at) This makes it so packages using automake-1.11's silent-rules option can print e.g., a single "GEN configmake.h" line, rather than the 30+ statements that perform the job. If you want to see the actual commands, you can still run "make V=1". Improved-by: Bruno Haible <bruno@clisp.org> * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes so that make output is abbreviated when those variables are defined appropriately. * modules/argz: Likewise. * modules/arpa_inet: Likewise. * modules/byteswap: Likewise. * modules/configmake: Likewise. * modules/dirent: Likewise. * modules/errno: Likewise. * modules/fcntl: Likewise. * modules/float: Likewise. * modules/fnmatch: Likewise. * modules/getopt-posix: Likewise. * modules/glob: Likewise. * modules/iconv_open: Likewise. * modules/inttypes: Likewise. * modules/localcharset: Likewise. * modules/locale: Likewise. * modules/math: Likewise. * modules/netdb: Likewise. * modules/netinet_in: Likewise. * modules/poll: Likewise. * modules/posix_spawnp-tests: Likewise. * modules/sched: Likewise. * modules/search: Likewise. * modules/selinux-h: Likewise. * modules/signal: Likewise. * modules/spawn: Likewise. * modules/stdarg: Likewise. * modules/stdbool: Likewise. * modules/stddef: Likewise. * modules/stdint: Likewise. * modules/stdio: Likewise. * modules/stdlib: Likewise. * modules/string: Likewise. * modules/strings: Likewise. * modules/sys_file: Likewise. * modules/sys_ioctl: Likewise. * modules/sys_select: Likewise. * modules/sys_socket: Likewise. * modules/sys_stat: Likewise. * modules/sys_time: Likewise. * modules/sys_times: Likewise. * modules/sys_utsname: Likewise. * modules/sys_wait: Likewise. * modules/sysexits: Likewise. * modules/time: Likewise. * modules/unistd: Likewise. * modules/wchar: Likewise. * modules/wctype: Likewise.
008ba294 2009-05-02 09:10:20 Use automake *-local hooks without commands, for extensibility. * modules/localcharset (Makefile.am): Rename install-exec-local rule to install-exec-localcharset, mark it phony, and make it a prerequisite of install-exec-local. Likewise, rename the uninstall-local rule to uninstall-localcharset, mark phony, and make it a prerequisite of the former. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
31dbe6de 2009-01-25 20:16:06 Don't install charset.alias on MacOS X >= 10.3.
0254e21a 2009-01-25 18:15:44 Don't install charset.alias on mingw and Cygwin.
d5b3b06a 2007-12-26 16:33:48 The localcharset module requires a modified TESTS_ENVIRONMENT; tell the user.
a9399561 2007-07-13 01:29:04 Use the synonymous term "LGPLv2+".
5eeec029 2006-10-13 12:40:22 gnulib-tool now synthesizes the EXTRA_DIST line.
0f55f146 2006-09-08 12:26:34 Don't make generated files read-only. That would bother too many people. However, do retain the ability to work when targets are read-only: remove the destination and temporary files before writing them (when generated via sed or echo), or by using the -f option for both cp and mv commands. Suggestion to use -f from Paul Eggert. * modules/alloca-opt, modules/argz, modules/arpa_inet: * modules/byteswap, modules/configmake, modules/fcntl: * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes: * modules/localcharset, modules/netinet_in, modules/poll: * modules/stdbool, modules/stdint, modules/sys_select: * modules/sys_socket, modules/sys_stat, modules/sysexits:
f110f8c4 2006-09-07 05:53:52 Fix global typo in last change: use chmod u-w, not chmod u-x. Spotted by Paul Eggert and Bruce Korb. * modules/alloca-opt, modules/argz, modules/arpa_inet: * modules/byteswap, modules/configmake, modules/fcntl: * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes: * modules/localcharset, modules/netinet_in, modules/poll: * modules/stdbool, modules/stdint, modules/sys_select: * modules/sys_socket, modules/sys_stat, modules/sysexits:
d1aadab2 2006-09-06 21:58:00 Make generated files be read-only. * modules/alloca-opt (Makefile.am): Work also when $@ is read-only. Ensure that each generated file is now read-only. * modules/argz: Likewise. * modules/arpa_inet: Likewise. * modules/byteswap: Likewise. * modules/configmake: Likewise. * modules/fcntl: Likewise. * modules/fnmatch: Likewise. * modules/getopt: Likewise. * modules/glob: Likewise. * modules/inttypes: Likewise. * modules/netinet_in: Likewise. * modules/poll: Likewise. * modules/stdbool: Likewise. * modules/stdint: Likewise. * modules/sys_select: Likewise. * modules/sys_socket: Likewise. * modules/sys_stat: Likewise. * modules/sysexits: Likewise. * modules/localcharset: Same as above, but continue using temporary file named "t-$@" (why different?) rather than the "$@-t" used everywhere else. * modules/sysexits (Makefile.am): Replace literal occurrences of "sysexit.h" more readable, and more consistent, "$@".
fc5d768a 2006-08-29 15:44:02 Prefer using configmake.h instead of augmenting DEFS.
5143f4e9 2004-09-22 15:11:04 Add a license tag to every module.
b1b2c3c4 2003-06-07 16:18:09 Avoid passive voice in comment.
e36ce4f7 2003-06-07 06:07:38 Use $(...) notation, not @...@ for AC_REPLACE'd variables.
6f99528a 2003-01-20 10:02:37 Add a Maintainer.
2e82f91f 2003-01-13 16:07:17 Add module descriptions.
740e9a30 2002-12-31 13:46:30 Module description.