removed "Written by..." line
[pspp-builds.git] / src /
2006-12-16 Jason Stoverremoved "Written by..." line
2006-12-16 Ben PfaffDon't assume that ALIGN_* and GTK_JUSTIFY_* values...
2006-12-16 Ben PfaffDon't assume that MEASURE_* and ALIGN_* have the same...
2006-12-16 Ben PfaffAllow RANK grouping variables to be strings. Fixes...
2006-12-16 Ben PfaffReverse order of arguments to DATEDIFF, for compatibili...
2006-12-16 John DarringtonRemoved my authorship lines.
2006-12-16 John DarringtonCommitted patch #5636
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-12-14 John DarringtonMade src/language into one big library. Closes patch...
2006-12-14 Ben PfaffFix punctuation in error message.
2006-12-14 Ben PfaffImplement DATESUM, DATEDIFF functions.
2006-12-12 John DarringtonFixed bugs which crept in with the variable encapsulati...
2006-12-11 Ben PfaffThis patch adds the VALUELABEL function for use in...
2006-12-11 Ben Pfaff * value-labels.c (hash_int_val_lab): Only hash as...
2006-12-11 Ben PfaffRewrite system file reader code, to clean up and improve.
2006-12-10 Ben Pfaff * command-line.c (pre_syntax_message): Use term "synta...
2006-12-10 John DarringtonPatch #5623
2006-12-10 Ben Pfaff * repeat.c (parse_lines): Issue an error when attempti...
2006-12-10 Ben Pfaff * file-name.c (fn_search_path): Remove prefix arg...
2006-12-10 Ben Pfaff * format.c (fmt_dollar_template): Use user's decimal...
2006-12-10 Ben PfaffNew function fmt_dollar_template based on pspp-dev...
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...
2006-12-10 John DarringtonAvoided comparison of string variables to SYSMIS
2006-12-10 Ben PfaffIgnore cscope files.
2006-12-08 John DarringtonMemory leak patrol and minor cleanups.
2006-12-08 Ben PfaffUse gsl_finite from GSL, which is portable, instead...
2006-12-07 John DarringtonRemoved mutual dependency between libpspp and data
2006-12-07 John DarringtonAdded a syntax editor to the GUI.
2006-12-07 John DarringtonFixed memory leak.
2006-12-07 John DarringtonChanged factors' independent variables to be copies...
2006-12-07 Ben PfaffRemove blank page.
2006-12-07 Ben PfaffCompare variable pointers instead of variable indexes.
2006-12-05 Ben PfaffFirst step in making struct variable opaque: the boring...
2006-12-05 John DarringtonApplied patch #5611
2006-12-05 Ben Pfaff * missing-values.c (mv_resize): Don't write beyond...
2006-12-03 Ben PfaffFix lack of ->name and ->location in DO REPEAT's getl_i...
2006-12-02 Ben PfaffRemove redundant parentheses.
2006-12-01 Ben Pfaff * compute.c: Fix bug #17422, which reports that a...
2006-12-01 Ben Pfaff * value-labels.c (get_label): Allow commas between...
2006-12-01 Ben PfaffFix indentation.
2006-12-01 Ben PfaffProperly handle empty DO REPEAT...END REPEAT block...
2006-12-01 Ben Pfaff * inpt-pgm.c (cmd_reread): Always return error code...
2006-11-30 John Darringtondeleted some commented out code.
2006-11-29 John DarringtonOops. committing new files
2006-11-29 John DarringtonApplying patch #5562
2006-11-29 John DarringtonFixed make distcheck
2006-11-25 Ben PfaffWe've had a mix of min, max from libpspp/misc.h and...
2006-11-25 John DarringtonAdded whitespace and plugged memory leak.
2006-11-22 Ben PfaffHOST command needs F_KEEP_FINAL_TOKEN.
2006-11-22 Ben PfaffRewrite formatted data input routines to conform to...
2006-11-19 Ben PfaffFix grammar in comment.
2006-11-16 John DarringtonApply patch #5561. Connect debugger on error.
2006-11-14 John DarringtonFixed bug which crept in with the recent lexer changes.
2006-11-14 John DarringtonPlugged some small memory leaks
2006-11-11 John DarringtonEncapsulated lexer and updated calling functions accord...
2006-11-11 Ben PfaffFix buffer overflow reported by John Darrington.
2006-11-11 Ben PfaffImplement SKIP keyword on DATA LIST. Fixes bug #17099.
2006-11-07 John DarringtonCommitted patch #5524, which allows the message destina...
2006-11-05 Ben PfaffRewrite and improve formatted output routines.
2006-11-05 John DarringtonAdded casefilter structure to assist with missing value...
2006-11-04 Ben Pfaff * msg-ui.c (handle_msg): Only write message to terminal if
2006-11-04 Ben PfaffImplement SET ERRORS, SHOW ERRORS.
2006-11-03 John DarringtonUpdated the docs and the parser for EXAMINE to make...
2006-11-03 Ben PfaffCompletely rewrite src/data/format.[ch], to achieve...
2006-11-02 Ben Pfaff * sys-file-info.c: (cmd_display) Use compare_var_ptr_n...
2006-11-01 Ben PfaffRemove num_to_string() function, because it is not...
2006-11-01 Ben PfaffTue Oct 31 19:29:05 2006 Ben Pfaff <blp@gnu.org>
2006-11-01 Ben PfaffAdd missing "#include <config.h>".
2006-11-01 Ben PfaffTue Oct 31 18:21:48 2006 Ben Pfaff <blp@gnu.org>
2006-11-01 Ben PfaffFix error messages and comment.
2006-10-29 John DarringtonMore constness
2006-10-29 John DarringtonMade array.h const correct, and dealt with the conseque...
2006-10-29 Ben PfaffChange some aspects of the PRINT, PRINT EJECT, and...
2006-10-28 John DarringtonEliminated global variable getl_buf
2006-10-28 Ben PfaffAdd routines for integer byte order conversions, floati...
2006-10-26 John DarringtonDamn! Forgot to change casenum_t in *.q
2006-10-26 John DarringtonEliminated global variable current_dataset.
2006-10-25 John DarringtonYet more constness
2006-10-22 John DarringtonMore constness/namespace policing
2006-10-20 Jason Stoverremoved useless code
2006-10-20 John DarringtonConstness and global namespace patrol.
2006-10-20 John DarringtonAdded some more UNIMPL entries.
2006-10-19 John DarringtonEncapsulated the static data of procedure.[ch] into...
2006-10-16 Ben Pfaff * command.c: (do_parse_command) Issue an error for...
2006-10-15 John DarringtonAdded a pooled version of hsh_create
2006-10-14 Ben Pfaff * casefile.c (casereader_read_xfer): Always initialize...
2006-10-14 Ben PfaffFix memory leak in rank_sorted_casefile().
2006-10-14 Ben PfaffFix memory leak in test_casereader_clone().
2006-10-14 John DarringtonChanged a lot of ints to bools.
2006-10-08 John DarringtonMemory leak patrol.
2006-10-07 John DarringtonImplemented the RANK command.
2006-09-27 John DarringtonFixed warnings generated by gcc 4.1.2
2006-09-25 John DarringtonAdded casereader_clone function.
2006-09-23 John DarringtonChanged int to bool in dict_get_weight and sort_active_...
2006-09-21 Ben Pfaff * variable.c: (width_to_bytes) Rephrase code for clarify.
2006-08-14 Ben PfaffError message needs a period at end of sentence.
2006-08-05 Ben PfaffFix bug #17329 in REREAD parsing, reported by John...
2006-07-31 Ben PfaffNew PURE_FUNCTION, CONST_FUNCTION macros.
2006-07-31 Ben PfaffAllow a comma between specifications on PRINT.
2006-07-30 John DarringtonRe-enabled automatic insertion of cases in data sheet.
next