Remove "Written by Ben Pfaff <blp@gnu.org>" lines everywhere.
[pspp-builds.git] / src / libpspp / str.c
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-12-11 Ben PfaffRewrite system file reader code, to clean up and improve.
2006-12-03 Ben PfaffFix lack of ->name and ->location in DO REPEAT's getl_i...
2006-11-22 Ben PfaffRewrite formatted data input routines to conform to...
2006-11-05 Ben PfaffRewrite and improve formatted output routines.
2006-07-18 Ben PfaffPatch #5244.
2006-07-15 Ben PfaffImprove comment.
2006-06-09 Ben PfaffReform string library.
2006-05-15 Ben PfaffRemoved nsprintf(), nvsprintf().
2006-05-15 Ben PfaffGet rid of capacity argument to ds_init() and update...
2006-05-10 Ben PfaffUse <stdarg.h> from gnulib instead of our home-grown...
2006-05-07 Ben PfaffAdd va_copy.h header instead of inlining a definition.
2006-05-02 Ben PfaffNo need to add 1 to arg passed to ds_extend(), because...
2006-05-02 John DarringtonImplemented support for very long strings a la spss...
2006-04-17 Ben PfaffMake ds_vprintf() properly handle a null string.
2006-04-03 Ben PfaffClean up output subsystem.
2006-03-31 Ben PfaffImprove string library.
2006-03-28 John DarringtonFixed memory leaks resulting from fn_interp_vars et...
2006-03-04 Ben PfaffRemove BLP_RANDOM. Its results were unused. Remove
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.