regex: replace mbrtowc with __mbrtowc.
[gnulib.git] / ChangeLog
2009-01-09 Paolo Bonziniregex: replace mbrtowc with __mbrtowc.
2009-01-07 Jim Meyeringpoll: filter through cppi
2009-01-07 Daniel P. Berrangepoll: don't return uninitialized
2009-01-06 Jeremy Olexagetloadavg: avoid compile failure on AIX 6.1
2009-01-04 Jim Meyeringremove duplicate inclusion of <stdio.h>
2009-01-03 Jim Meyeringgnulib-tool: fix sed-based filtering
2009-01-02 Jim Meyeringstrftime: avoid compilation failure on Solaris 2.6
2009-01-02 Bruno HaibleSpeed up gnulib-tool by doing more string processing...
2009-01-01 Bruno HaibleFix a security bug.
2009-01-01 Bruno HaibleAdd comments.
2009-01-01 Bruno HaibleTerminate loops early when possible.
2009-01-01 Jim Meyering* lib/version-etc.c (version_etc_va): Update copyright...
2008-12-30 Bruno HaibleFix a bug in the determination of LIB${NAME}_PREFIX.
2008-12-30 Eric Blakemultiarch: avoid autoconf AC_REQUIRE bug
2008-12-29 Bruno HaibleFix small bug in update of .cvsignore or .gitignore.
2008-12-29 Ralf Wildenhueswork around Solaris 8 'join' bug
2008-12-29 Bruno HaibleMore systematic m4 argument quoting.
2008-12-29 Bruce Korbparse-duration: small doc tweak and coding aesthetics...
2008-12-29 Eric Blakewchar.h: supply WEOF on Irix 5.3
2008-12-26 Bruno HaibleRecognize more architecture names.
2008-12-26 Bruno HaibleFix indentation of comments.
2008-12-26 Bruno HaibleInclude <wchar.h> after defining the types, not before.
2008-12-25 Bruno HaibleAdd support for universal builds to vasnprintf.
2008-12-25 Bruno HaibleAdd support for universal builds to <inttypes.h>.
2008-12-25 Bruno HaibleAdd support for universal builds to <stdint.h>.
2008-12-25 Bruno HaibleNew module 'multiarch'.
2008-12-25 Bruno HaibleFix a gnulib-tool failure.
2008-12-25 Bruno HaibleRelicense regex dependencies under LGPLv2+.
2008-12-23 Bruno HaibleFix conditional and comment.
2008-12-23 Bruno HaibleModule getaddrinfo requires linking with $(GETADDRINFO_...
2008-12-23 Bruno HaibleMention platform-dependent limitations of wchar_t.
2008-12-22 Ingo WeinholdMake c-stack work on Haiku.
2008-12-22 Bruno HaibleTreat Haiku like BeOS.
2008-12-22 Bruno HaibleWork around mbrlen() bugs on various platforms.
2008-12-22 Bruno HaibleRemove an unused variable.
2008-12-22 Eric BlakeAvoid gcc warnings on cygwin.
2008-12-22 Bruno HaibleRemove HAVE_MBRTOWC conditionals. Use mbrtowc unconditi...
2008-12-22 Bruno HaibleMerge branch 'master' of ssh://haible@git.sv.gnu.org...
2008-12-22 Bruno HaibleMention a glibc bug.
2008-12-22 Paolo Bonziniupdate regex to use the emulated mb*/wc* functions
2008-12-22 Bruno HaibleOops, undo last commit.
2008-12-22 Bruno HaibleMake mbiter, mbuiter, mbfile usable also if !HAVE_MBRTOWC.
2008-12-22 Bruno HaibleClassify some recently added modules.
2008-12-22 Bruno HaibleChange subtitles to refer to POSIX:2008.
2008-12-21 Bruno HaibleTests for module 'wcsnrtombs'.
2008-12-21 Bruno HaibleNew module 'wcsnrtombs'.
2008-12-21 Bruno HaibleTests for module 'wcsrtombs'.
2008-12-21 Bruno HaibleNew module 'wcsrtombs'.
2008-12-21 Bruno HaibleWork around a wcrtomb() bug on Solaris 10 and OSF/1...
2008-12-21 Bruno HaibleWork around a btowc() bug on IRIX 6.5.
2008-12-21 Bruno HaibleTests for module 'wcrtomb'.
2008-12-21 Bruno HaibleNew module 'wcrtomb'.
2008-12-21 Bruno Haiblecodeset.m4 is required by locale-fr.m4.
2008-12-21 William Pursellgitlog-to-changelog: pass all command-line arguments...
2008-12-21 Bruno HaibleTests for module 'mbsnrtowcs'.
2008-12-21 Bruno HaibleNew module 'mbsnrtowcs'.
2008-12-21 Bruno HaibleWork around mbsrtowcs bug on various platforms.
2008-12-21 Bruno HaibleExecute the main loop twice, as intended.
2008-12-21 Bruno HaibleMention that AIX has a crippled wchar_t type.
2008-12-21 Bruno HaibleUpdate for HP-UX 11.11.
2008-12-21 Bruno HaibleWork around a portability problem.
2008-12-21 Bruno HaibleOverride mbsrtowcs when redefining mbstate_t.
2008-12-21 Bruno HaibleWork around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
2008-12-21 Bruno HaibleAvoid test failure on AIX.
2008-12-21 Bruno HaibleWork around wctob bug on Solaris 9.
2008-12-20 Bruno HaibleDocument a select() bug on Solaris 2.6.
2008-12-20 Bruno HaibleAvoid false report of ja_JP.EUC-JP locale under Cygwin.
2008-12-20 Bruno HaibleEnsure mbstate_t is defined on HP-UX 11.11.
2008-12-20 Bruno HaibleEnsure wctob is declared on IRIX 6.5.
2008-12-20 Bruno HaibleTests for module 'mbsrtowcs'.
2008-12-20 Bruno HaibleNew module 'mbsrtowcs'.
2008-12-19 Bruno HaibleNew module 'mbrlen'.
2008-12-19 Bruno HaibleVerify an assumption.
2008-12-19 Bruno HaibleTests for module 'mbsinit'.
2008-12-19 Bruno HaibleTests for module 'mbrtowc'.
2008-12-19 Bruno HaibleNew module 'mbrtowc'.
2008-12-19 Bruno HaibleNew module 'wctob'.
2008-12-19 Bruno HaibleEnsure wchar.h is replaced when needed.
2008-12-18 Simon Josefssonflock: Fix trivial mistakes.
2008-12-18 Bruno HaibleDetermination of a Japanese EUC-JP locale.
2008-12-18 Bruno HaibleDon't override a newer version of an autoconf macro...
2008-12-18 Bruno HaibleAvoid an error when autoconf 2.59 is used.
2008-12-18 Bruno HaibleVerify an assumption.
2008-12-17 Bruno HaibleRename gl_FUNC_MBRTOWC to AC_FUNC_MBRTOWC.
2008-12-17 Bruno HaibleTests for module 'btowc'.
2008-12-17 Bruno HaibleNew module 'btowc'.
2008-12-17 Bruno HaibleNew module 'mbsinit'.
2008-12-17 Bruno Haibleenviron is supposed to be declared by <unistd.h>.
2008-12-16 Bruno Haibleparse-duration: various small improvements.
2008-12-16 Bruno HaibleSilence the parse-duration test.
2008-12-16 Bruno HaibleFix security problem in test-parse-duration.sh.
2008-12-15 Bruno HaibleTweak wording.
2008-12-15 Eric BlakeChangeLog: fix typo
2008-12-15 Eric BlakeUpdate doc for cygwin 1.7.
2008-12-15 Bruno HaibleFix compilation error on OSF/1 4.0.
2008-12-15 Bruno HaibleDocument the 'openat' module.
2008-12-14 Bruno HaibleDocument functions that have been added to POSIX:2008.
2008-12-14 Bruno HaibleMove documentation for glibc functions that are now...
2008-12-14 Bruno HaibleRefer to new POSIX:2008 standard.
2008-12-14 Bruno HaibleUpdate doc for POSIX:2008. Part 1: Function removals.
next