Remove "Written by Ben Pfaff <blp@gnu.org>" lines everywhere.
[pspp-builds.git] / src / data / variable.c
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-12-14 Ben PfaffFix punctuation in error message.
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...
2006-12-07 John DarringtonChanged factors' independent variables to be copies...
2006-12-05 Ben PfaffFirst step in making struct variable opaque: the boring...
2006-12-03 Ben PfaffFix lack of ->name and ->location in DO REPEAT's getl_i...
2006-11-25 Ben PfaffWe've had a mix of min, max from libpspp/misc.h and...
2006-10-29 John DarringtonMade array.h const correct, and dealt with the conseque...
2006-09-21 Ben Pfaff * variable.c: (width_to_bytes) Rephrase code for clarify.
2006-07-08 Ben PfaffApply patch #5225, assertions.
2006-05-07 John DarringtonReworked very long string support for better encapsulation.
2006-05-02 Ben PfaffDeclarations must precede statements for C90 compliance.
2006-05-02 John DarringtonImplemented support for very long strings a la spss...
2006-04-04 John DarringtonFixed a multitude of C89 compatibility warnings.
2006-03-17 John DarringtonFixed reading of system files with non-ascii characters...
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-04 Ben PfaffMove GCC attribute declarations from pref.h.orig to...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.