public inbox for gnats-cvs@sourceware.org
help / color / mirror / Atom feed
* gnats/gnats ChangeLog Makefile.in adm.c client ...
@ 1999-12-21 22:50 bmanson
0 siblings, 0 replies; 2+ messages in thread
From: bmanson @ 1999-12-21 22:50 UTC (permalink / raw)
To: gnats-cvs
CVSROOT: /cvs/gnats
Module name: gnats
Changes by: bmanson@sourceware.cygnus.com 99/12/21 22:50:14
Modified files:
gnats : ChangeLog Makefile.in adm.c client.c cmds.c
config.h configure database.c edit.c file-pr.c
files.c gen-closed-date.c gen-index.c gnatsd.c
index.c internal.c pathmax.h pr.c query.c
queue-pr.c
Log message:
* Replaced calls to strdup with xstrdup.
* pr.c (allocPR): NULL != 0; I'm surprised gcc-2.7.1 didn't
catch these.
(verify_enum): If the enum value is NULL, don't try to
check it.
* pathmax.h: Another linux fix, this one's probably a decent
change--we should include sys/param.h before deciding
there's no PATH_MAX and we need to define our own.
* internal.c (get_curr_date): Changed %y to %Y, which
makes egcs shut up. Admittedly it may fix a "why, tookay?"
bug, but I'm much more worried about the y3000 bugs.
* gnatsd.c (cmds): Fixed last entry.
(start_connection): Made len a size_t, which makes linux happy.
* config.h: Add crappy bad fix for linux glibc madness. "But
it's correct according to the standard!" Bleah.
* Makefile.in: Added GNATSD_ACCESS_FILE, left it out from previous
changes. Also added rules for fconfigl.o and getdate.o to work
around non-easily-fixable warnings.
* configure: Regenerated with autoconf-2.13.
* client.c (client_exit): Don't do anything if we're not a
network client.
Now to try it again on FreeBSD.
^ permalink raw reply [flat|nested] 2+ messages in thread
* gnats/gnats ChangeLog Makefile.in adm.c client ...
@ 1999-08-25 14:34 bmanson
0 siblings, 0 replies; 2+ messages in thread
From: bmanson @ 1999-08-25 14:34 UTC (permalink / raw)
To: gnats-cvs
CVSROOT: /cvs/gnats
Module name: gnats
Changes by: bmanson@egcs.cygnus.com 99/08/25 14:34:51
Modified files:
gnats : ChangeLog Makefile.in adm.c client.c cmds.c
configure configure.in db_conf.c fconfig.y
fconfigl.l field-config file-pr.c files.c
gen-closed-date.c gnats.h gnatsd.c gnatsd.h
headers.c lists.c npr-edit.c pr-init.c pr.c
pr.h query.c query.h regex.c
Log message:
* pr-init.c (fconfig_parse, argument func): New argument.
(get_line): New function.
* cmds.c (GNATS_lfds): New function; command for dumping the
field-config file to the client.
* client.c (client_get_field_config_line, client_get_field_config):
New functions.
(client_init_gnats): Call client_get_field_config ().
* adm.c (initAdmField): Don't explode if the contents of the chain
for the field are NULL.
* query.c (getSearchTypeForName, getSearchNameForType): New
functions.
* pr.h (FIRST_BUILTIN_FIELD, NUM_BUILTIN_FIELDS): New.
* pr-init.c (builtin): Change "Target" to be "Quarter".
* gnatsd.c (cmds): Add FVAL.
* files.c: Remove init_classes() and init_states().
* field-config: Remove the network-query-command definitions.
* fconfigl.l: Add "%option nounput" to make flex behave. Remove
network-query-command.
* fconfig.y: Add extern declarations for fconferror() and
fconflex (). Remove the network-query-command parse.
* cmds.c (netcommands): New array to hold the old-style network
query commands; these are now hardcoded, and will probably be
removed.
(init_server_cmds): Initialize netcommands.
(GNATS_fval): New function, to add the FVAL command.
* client.c (send_query_field): Use the FVAL query command.
* Makefile.in: Use @CFLAGS@ instead of hardcoding -g.
* configure.in: Turn on -Wall -ansi -pedantic -Werror for
GCC.
Plus other minor cleanups.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~1999-12-21 22:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-21 22:50 gnats/gnats ChangeLog Makefile.in adm.c client bmanson
-- strict thread matches above, loose matches on Subject: below --
1999-08-25 14:34 bmanson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).