Mercurial > hg > octave-shane > gnulib-hg
graph
-
Add documentation for the c-* modules.Fri, 11 Jan 2008 03:42:54 +0100, by Bruno Haible
-
Fix a comment.Fri, 11 Jan 2008 00:36:17 +0100, by Eric Blake
-
Share two-way algorithm.Thu, 10 Jan 2008 12:06:35 -0700, by Eric Blake
-
Avoid quadratic strstr implementations.Thu, 10 Jan 2008 07:38:11 -0700, by Eric Blake
-
Make it possible to avoid all memory leaks when calling relocate().Thu, 10 Jan 2008 11:12:06 +0100, by Bruno Haible
-
Update copyright year.Thu, 10 Jan 2008 10:56:41 +0100, by Bruno Haible
-
* lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:Thu, 10 Jan 2008 10:16:08 +0100, by Colin Watson
-
Small tweaks to memmem module.Thu, 10 Jan 2008 02:52:02 +0100, by Bruno Haible
-
Work around OpenBSD 4.0 tdelete() bug.Thu, 10 Jan 2008 02:46:55 +0100, by Bruno Haible
-
Fix test failure on OpenBSD 4.0.Thu, 10 Jan 2008 02:36:58 +0100, by Bruno Haible
-
Undo the commit dced91140ad8eb666ed6cc6192fb486dadf623bb.Thu, 10 Jan 2008 02:27:54 +0100, by Bruno Haible
-
gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.Wed, 09 Jan 2008 17:22:52 -0800, by Paul Eggert
-
Add memmem-simple module.Wed, 09 Jan 2008 10:19:13 -0700, by Eric Blake
-
Give gcc some memmem optimization hints.Tue, 08 Jan 2008 17:15:27 -0700, by Eric Blake
-
Support AIX 6.1 and higher.Wed, 09 Jan 2008 07:18:35 +0100, by Ralf Wildenhues
-
Handle the particular PRIdMAX values on MacOS X and mingw.Wed, 09 Jan 2008 02:15:36 +0100, by Bruno Haible
-
Add missing module dependencies.Wed, 09 Jan 2008 01:17:12 +0100, by Bruno Haible
-
Document the knuth_morris_pratt calling convention better.Tue, 08 Jan 2008 23:54:30 +0100, by Bruno Haible
-
Detect wcwidth bug on OpenBSD 4.0.Tue, 08 Jan 2008 17:40:59 +0100, by Bruno Haible
-
Rewrite memmem to guarantee linear complexity without malloc.Sat, 05 Jan 2008 14:09:11 -0700, by Eric Blake
-
Remove unnecessary TESTS_ENVIRONMENT setting.Tue, 08 Jan 2008 11:43:00 +0100, by Bruno Haible
-
Add a configure time option: --disable-acl.Tue, 08 Jan 2008 09:53:53 +0100, by Mike Frysinger
-
Update localename-tests for setenv changes.Tue, 08 Jan 2008 09:09:18 +0100, by Simon Josefsson
-
* DEPENDENCIES: Require Texinfo version 4.6 or newer.Tue, 08 Jan 2008 08:15:44 +0100, by Ralf Wildenhues
-
Add man-db.Tue, 08 Jan 2008 02:53:46 +0100, by Colin Watson
-
No need to drop periods from section names.Tue, 08 Jan 2008 02:24:39 +0100, by Bruno Haible
-
Don't strip off a leading "lt-" prefix outside a .libs directory.Tue, 08 Jan 2008 02:16:21 +0100, by Bruno Haible
-
Improve memory cleanup in 'relocatable' module.Tue, 08 Jan 2008 00:28:30 +0100, by Bruno Haible
-
Relax test, so that it passes on older glibc systems.Mon, 07 Jan 2008 23:29:52 +0100, by Bruno Haible
-
autoupdate.Mon, 07 Jan 2008 22:44:38 +0100, by Ralf Wildenhues
-
autoupdateSat, 05 Jan 2008 06:29:33 -0800, by Karl Berry
-
Avoid quadratic system memmem.Sat, 05 Jan 2008 04:47:24 -0700, by Eric Blake
-
Fix memmem test for mingw.Sat, 05 Jan 2008 04:47:05 -0700, by Eric Blake
-
Fix bug introduced on 2007-12-02.Sat, 05 Jan 2008 00:29:12 +0100, by Bruno Haible
-
Shorten duration of memmem test.Fri, 04 Jan 2008 15:19:34 -0700, by Eric Blake
-
Modules intprops and string needed by relocatable-prog-wrapper.Fri, 04 Jan 2008 15:44:57 +0100, by Simon Josefsson
-
New section 'Localization'.Fri, 04 Jan 2008 00:57:29 +0100, by Bruno Haible
-
Treat untyped memory as an 'unsigned char' array.Fri, 04 Jan 2008 00:24:10 +0100, by Bruno Haible
-
Fix formatting of a ChangeLog entry.Fri, 04 Jan 2008 00:22:45 +0100, by Bruno Haible
-
lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.Wed, 02 Jan 2008 10:00:47 +0100, by Jim Meyering
-
missed ChangeLog for doc change yesterdayMon, 31 Dec 2007 15:34:15 -0800, by Karl Berry
-
Avoid use of private FTS type name.Mon, 31 Dec 2007 14:00:17 +0100, by Jim Meyering
-
Unify 5 copies of the KMP code.Mon, 31 Dec 2007 11:57:16 +0100, by Bruno Haible
-
Don't define xmmalloca if not needed.Mon, 31 Dec 2007 11:55:46 +0100, by Bruno Haible
-
New macro xnmalloca.Mon, 31 Dec 2007 11:54:37 +0100, by Bruno Haible
-
Protect against integer overflow in malloca() calls.Mon, 31 Dec 2007 11:53:40 +0100, by Bruno Haible
-
Ensure that 'glob' stays under LGPLv2+.Mon, 31 Dec 2007 11:51:57 +0100, by Bruno Haible
-
Change license to LGPLv2+.Mon, 31 Dec 2007 11:51:15 +0100, by Bruno Haible
-
no period in node nameSun, 30 Dec 2007 09:50:08 -0800, by Karl Berry
-
update maintain.texiSun, 30 Dec 2007 09:49:38 -0800, by Karl Berry
-
* lib/memmem.c (knuth_morris_pratt): Check for size_t overflowSat, 29 Dec 2007 01:17:08 -0800, by Paul Eggert
-
Override getpagesize on mingw.Wed, 26 Dec 2007 16:37:29 +0100, by Martin Lambers
-
The localcharset module requires a modified TESTS_ENVIRONMENT; tell the user.Wed, 26 Dec 2007 16:33:48 +0100, by Bruno Haible
-
Avoid using the syntax symbol() in formatted documentation.Wed, 26 Dec 2007 16:31:08 +0100, by Bruno Haible
-
Use plain ANSI C syntax.Wed, 26 Dec 2007 16:28:08 +0100, by Bruno Haible
-
Make --enable-relocatable work with DESTDIR.Wed, 26 Dec 2007 16:26:26 +0100, by Bruno Haible
-
Fix link error in relocatability wrappers, due to xalloc_die().Wed, 26 Dec 2007 16:25:28 +0100, by Bruno Haible
-
Split setenv module into setenv and unsetenv. Get rid of setenv.h.Wed, 26 Dec 2007 16:23:54 +0100, by Bruno Haible
-
Split setenv module into setenv and unsetenv. Get rid of setenv.h.Wed, 26 Dec 2007 16:20:10 +0100, by Bruno Haible
-
Use GNU style coding conventions.Wed, 26 Dec 2007 16:13:28 +0100, by Bruno Haible