Mercurial > hg > octave-shane > gnulib-hg
graph
-
Add check that intmax_t and uintmax_t have the same size.Tue, 23 Oct 2007 00:12:46 +0200, by Bruno Haible
-
Tweak x*printf documentation.Mon, 22 Oct 2007 16:05:18 -0600, by Eric Blake
-
Fix typo in comment.Mon, 22 Oct 2007 23:51:39 +0200, by Bruno Haible
-
Fix Tru64 problem with stdbool.h.Mon, 22 Oct 2007 14:59:23 -0700, by Paul Eggert
-
Also wrap vf?printf.Mon, 22 Oct 2007 14:09:16 -0600, by Eric Blake
-
Fix fstrcmp-tests on FreeBSD, AIX.Mon, 22 Oct 2007 23:50:32 +0200, by Ralf Wildenhues
-
Fix missing U_MBLEN define in u??-conf-to-enc.c.Mon, 22 Oct 2007 23:48:28 +0200, by Ralf Wildenhues
-
* lib/acl.c (copy_acl): Adjust to IRIX 6.5. Problem reportedMon, 22 Oct 2007 14:03:13 -0700, by Paul Eggert
-
Fix getloadavg.c on Tru64 4.0D.Mon, 22 Oct 2007 22:58:30 +0200, by Ralf Wildenhues
-
* tests/test-i-ring.c: Work for C89.Mon, 22 Oct 2007 22:44:20 +0200, by Ralf Wildenhues
-
* m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, notMon, 22 Oct 2007 09:48:04 -0700, by Bruno Haible
-
* tests/test-yesno.sh: Silence stderr during test.Mon, 22 Oct 2007 09:39:27 -0600, by Eric Blake
-
Add module 'gc-camellia'.Mon, 22 Oct 2007 09:32:11 +0200, by Simon Josefsson
-
(gzip_rsyncable): Don't fail if gzip sends --help to stdout.Mon, 22 Oct 2007 08:02:39 +0200, by Simon Josefsson
-
users.txt: Fix link to libksba.Mon, 22 Oct 2007 07:57:59 +0200, by Simon Josefsson
-
Make roundf-tests module depend on floorf, ceilf.Sun, 21 Oct 2007 18:23:37 -0700, by Ben Pfaff
-
Fix bugs in round modules reported by Bruno Haible.Sun, 21 Oct 2007 17:28:32 -0700, by Ben Pfaff
-
Allow wcwidth to return -1 in some more cases. Fixes test failure on Solaris 10.Mon, 22 Oct 2007 01:35:10 +0200, by Bruno Haible
-
Tweak to make it usable in gettext's libasprintf.Sun, 21 Oct 2007 22:37:10 +0200, by Bruno Haible
-
Allow wcwidth to return -1 in some cases.Sun, 21 Oct 2007 21:37:48 +0200, by Bruno Haible
-
Replace wcwidth also if it fails on U+200B (ZERO WIDTH SPACE).Sun, 21 Oct 2007 21:36:37 +0200, by Bruno Haible
-
Tweak last ChangeLog entry.Sun, 21 Oct 2007 20:18:55 +0200, by Bruno Haible
-
Use isnanf() instead of isnan(). Avoids a link error on HP-UX 11.Sun, 21 Oct 2007 20:06:53 +0200, by Bruno Haible
-
* users.txt: Update URL for m4.Sun, 21 Oct 2007 09:17:31 -0600, by Eric Blake
-
Add clisp. Update stale URLs.Sun, 21 Oct 2007 14:26:49 +0200, by Bruno Haible
-
Update after move from cvs to git.Sun, 21 Oct 2007 14:20:08 +0200, by Bruno Haible
-
Fix typo in macro name.Sun, 21 Oct 2007 02:33:32 +0200, by Bruno Haible
-
Implement 'round', 'roundf', 'roundl' modules.Sat, 20 Oct 2007 13:08:26 -0700, by Ben Pfaff
-
* lib/xprintf.c: Include <config.h> unconditionally.Sat, 20 Oct 2007 18:34:27 +0200, by Jim Meyering
-
Change xprintf's license to GPL.Sat, 20 Oct 2007 16:25:00 +0200, by Jim Meyering
-
xprintf fixes.Sat, 20 Oct 2007 16:19:33 +0200, by Jim Meyering
-
Don't report an unjustified overflow error.Sat, 20 Oct 2007 14:56:19 +0200, by Bruno Haible
-
Don't rely on excess precision: -4 > -3.00000024 - 1 can evaluate to falseSat, 20 Oct 2007 14:34:54 +0200, by Bruno Haible
-
New module 'ceil'.Sat, 20 Oct 2007 13:44:47 +0200, by Bruno Haible
-
New module 'floor'.Sat, 20 Oct 2007 13:43:59 +0200, by Bruno Haible
-
Depend on fprintf-posix.Sat, 20 Oct 2007 13:08:33 +0200, by Bruno Haible
-
* lib/xprintf.c: Don't bother testing specific errno values. Just test ferror.Fri, 19 Oct 2007 22:30:06 +0200, by Jim Meyering
-
* lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".Fri, 19 Oct 2007 22:11:17 +0200, by Jim Meyering
-
New module: xprintfFri, 19 Oct 2007 17:09:37 +0200, by Jim Meyering
-
Use @FOO@ syntax instead of $(FOO) syntax, because it uncovers typos early.Fri, 19 Oct 2007 12:51:22 +0200, by Bruno Haible
-
Correct file name.Fri, 19 Oct 2007 09:35:06 +0200, by Jim Meyering
-
Don't use %n on glibc >= 2.3 systems.Fri, 19 Oct 2007 01:50:42 +0200, by Bruno Haible
-
* modules/filenamecat-tests (Makefile.am): Link against -lintl.Thu, 18 Oct 2007 06:05:40 -0600, by Eric Blake
-
Improve detection of whether %n is supported or not.Thu, 18 Oct 2007 13:13:15 +0200, by Bruno Haible
-
Fix various issues with the 'trim' module.Thu, 18 Oct 2007 12:57:57 +0200, by Bruno Haible
-
Modify glob.c to use fstatat and dirfd, to simplify it.Wed, 17 Oct 2007 16:06:45 -0700, by Paul Eggert
-
Improve comments in last patch.Thu, 18 Oct 2007 00:23:46 +0200, by Bruno Haible
-
* gnulib-tool (func_get_dependencies): Fix sed script to match only tests.Wed, 17 Oct 2007 21:30:40 +0200, by Ralf Wildenhues
-
Restrict the usable locale names on Cygwin.Wed, 17 Oct 2007 17:23:56 +0200, by Bruno Haible
-
Use rpl_ prefix for functions, so as to avoid endless recursions in weird cases.Wed, 17 Oct 2007 02:20:47 +0200, by Bruno Haible
-
Relax the license.Wed, 17 Oct 2007 02:11:05 +0200, by Bruno Haible
-
Merge glibc changes into lib/glob.c.Tue, 16 Oct 2007 16:39:39 -0700, by Paul Eggert
-
Check for 64-bit int errors in HP-UX 10.20 preprocessor.Tue, 16 Oct 2007 13:33:21 -0700, by Paul Eggert
-
Use rpl_ prefix for functions, so as to avoid endless recursions in weird cases.Mon, 15 Oct 2007 22:40:19 +0200, by Bruno Haible
-
* m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.Mon, 15 Oct 2007 21:15:17 +0200, by Ralf Wildenhues
-
Tweak last patch.Mon, 15 Oct 2007 20:29:01 +0200, by Bruno Haible
-
Fix typos in last patch.Mon, 15 Oct 2007 20:11:36 +0200, by Bruno Haible
-
Replace paragraph that was explaining old way of handling LIBOBJS.Mon, 15 Oct 2007 15:52:42 +0200, by Bruno Haible
-
Ensure NULL is defined, before using it.Mon, 15 Oct 2007 13:12:04 +0200, by Bruno Haible
-
m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.Mon, 15 Oct 2007 11:07:33 +0200, by Simon Josefsson