cvs commit: projects/csup keyword.c misc.c misc.h

2006-03-02 Thread Maxime Henrion
mux 2006-03-02 17:40:04 UTC FreeBSD projects repository Modified files: csup keyword.c misc.c misc.h Log: - Subtle differences in the strptime() implementation of NetBSD caused csup to fail there. The problem was that strptime() won't fail if we use t

cvs commit: projects/csup keyword.c

2006-02-17 Thread Maxime Henrion
mux 2006-02-17 20:50:12 UTC FreeBSD projects repository Modified files: csup keyword.c Log: Plug a memory leak. Revision ChangesPath 1.30 +2 -1 projects/csup/keyword.c ___ cvs-all@freebsd.org ma

cvs commit: projects/csup keyword.c

2006-02-14 Thread Maxime Henrion
mux 2006-02-14 21:23:18 UTC FreeBSD projects repository Modified files: csup keyword.c Log: We don't need limits.h here anymore. Revision ChangesPath 1.29 +1 -2 projects/csup/keyword.c ___ cvs-a

cvs commit: projects/csup keyword.c

2006-02-14 Thread Maxime Henrion
mux 2006-02-14 21:22:18 UTC FreeBSD projects repository Modified files: csup keyword.c Log: Bah, SIZE_T_MAX is not even standard so don't use it. There is SIZE_MAX defined in C99 but it's not very portable either so just use ~0 to initialize minkeylen sin

cvs commit: projects/csup keyword.c

2006-02-12 Thread Maxime Henrion
mux 2006-02-12 15:22:33 UTC FreeBSD projects repository Modified files: csup keyword.c Log: Better variable names. Revision ChangesPath 1.27 +10 -10projects/csup/keyword.c ___ cvs-all@freebsd.org

cvs commit: projects/csup keyword.c keyword.h updater.c

2006-02-11 Thread Maxime Henrion
mux 2006-02-12 04:10:28 UTC FreeBSD projects repository Modified files: csup keyword.c keyword.h updater.c Log: - Unbreak updates from a PostgreSQL CVSup server. This is really, really weird... What was breaking updates from OpenBSD CVSup servers was tha

cvs commit: projects/csup keyword.c keyword.h misc.h proto.c

2006-02-11 Thread Maxime Henrion
mux 2006-02-11 18:32:09 UTC FreeBSD projects repository Modified files: csup keyword.c keyword.h misc.h proto.c Log: - Rewrite handling of RCS keywords/aliases so that it works as intended. - Fix the keyword API so that a newly created keyword object has all

cvs commit: projects/csup keyword.c

2006-01-30 Thread Maxime Henrion
mux 2006-01-30 22:06:02 UTC FreeBSD projects repository Modified files: csup keyword.c Log: Tidy up some code that calls strptime() to check that we ate the whole string, as we do in rcsdatetotime(). Revision ChangesPath 1.24 +7 -5 proj

cvs commit: projects/csup keyword.c

2006-01-27 Thread Maxime Henrion
mux 2006-01-27 21:29:07 UTC FreeBSD projects repository Modified files: csup keyword.c Log: Fix a subtle bug in the keyword expansion code that I introduced when making the code able to handle binary lines. When we found a pair of '$' characters and that

cvs commit: projects/csup keyword.c

2006-01-18 Thread Maxime Henrion
mux 2006-01-19 01:19:17 UTC FreeBSD projects repository Modified files: csup keyword.c Log: - Use xmalloc(), xstrdup() and xasprintf() where appropriate. - Update copyright lines. Revision ChangesPath 1.18 +19 -29projects/csup/keyword.c