2006-12-16 |
John Darrington | Removed my authorship lines. |
commit | commitdiff | tree | snapshot |
2006-12-16 |
John Darrington | Committed patch #5636 |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Ben Pfaff | Remove "Written by Ben Pfaff <blp@gnu.org>" lines every... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Ben Pfaff | Mention that pkg-config is needed. |
commit | commitdiff | tree | snapshot |
2006-12-14 |
John Darrington | Made src/language into one big library. Closes patch... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Ben Pfaff | Additionally verify that input files have equal number... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Ben Pfaff | Fix punctuation in error message. |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Ben Pfaff | Implement DATESUM, DATEDIFF functions. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
John Darrington | Fixed bugs which crept in with the variable encapsulati... |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Ben Pfaff | This patch adds the VALUELABEL function for use in... |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Ben Pfaff | * value-labels.c (hash_int_val_lab): Only hash as... |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Ben Pfaff | Rewrite system file reader code, to clean up and improve. |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Ben Pfaff | Document that the character_code field can be a Windows... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Ben Pfaff | * command-line.c (pre_syntax_message): Use term "synta... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
John Darrington | Patch #5623 |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Ben Pfaff | * repeat.c (parse_lines): Issue an error when attempti... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Ben Pfaff | * file-name.c (fn_search_path): Remove prefix arg... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Ben Pfaff | * format.c (fmt_dollar_template): Use user's decimal... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Ben Pfaff | New function fmt_dollar_template based on pspp-dev... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Ben Pfaff | Finish converting struct variable to an opaque type... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
John Darrington | Avoided comparison of string variables to SYSMIS |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Ben Pfaff | Ignore cscope files. |
commit | commitdiff | tree | snapshot |
2006-12-08 |
John Darrington | Memory leak patrol and minor cleanups. |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Ben Pfaff | Use gsl_finite from GSL, which is portable, instead... |
commit | commitdiff | tree | snapshot |
2006-12-07 |
John Darrington | Removed mutual dependency between libpspp and data |
commit | commitdiff | tree | snapshot |
2006-12-07 |
John Darrington | Added a syntax editor to the GUI. |
commit | commitdiff | tree | snapshot |
2006-12-07 |
John Darrington | Fixed memory leak. |
commit | commitdiff | tree | snapshot |
2006-12-07 |
John Darrington | Changed factors' independent variables to be copies... |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Ben Pfaff | Remove blank page. |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Ben Pfaff | Compare variable pointers instead of variable indexes. |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Ben Pfaff | First step in making struct variable opaque: the boring... |
commit | commitdiff | tree | snapshot |
2006-12-05 |
John Darrington | Applied patch #5611 |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Ben Pfaff | * missing-values.c (mv_resize): Don't write beyond... |
commit | commitdiff | tree | snapshot |
2006-12-03 |
Ben Pfaff | Fix lack of ->name and ->location in DO REPEAT's getl_i... |
commit | commitdiff | tree | snapshot |
2006-12-02 |
Ben Pfaff | Remove redundant parentheses. |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Ben Pfaff | * compute.c: Fix bug #17422, which reports that a... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Ben Pfaff | Properly handle empty DO REPEAT...END REPEAT block... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Ben Pfaff | * statistics.texi: Document charts supported by FREQUE... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Ben Pfaff | * value-labels.c (get_label): Allow commas between... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Ben Pfaff | Fix indentation. |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Ben Pfaff | Properly handle empty DO REPEAT...END REPEAT block... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Ben Pfaff | * inpt-pgm.c (cmd_reread): Always return error code... |
commit | commitdiff | tree | snapshot |
2006-11-30 |
John Darrington | deleted some commented out code. |
commit | commitdiff | tree | snapshot |
2006-11-29 |
John Darrington | Oops. committing new files |
commit | commitdiff | tree | snapshot |
2006-11-29 |
John Darrington | Applying patch #5562 |
commit | commitdiff | tree | snapshot |
2006-11-29 |
John Darrington | Fixed make distcheck |
commit | commitdiff | tree | snapshot |
2006-11-28 |
John Darrington | Fixed documentation problems |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Ben Pfaff | Add note about Texinfo. |
commit | commitdiff | tree | snapshot |
2006-11-26 |
Ben Pfaff | Fix some table formatting. |
commit | commitdiff | tree | snapshot |
2006-11-26 |
Ben Pfaff | List Texinfo 4.7 or later as optional. |
commit | commitdiff | tree | snapshot |
2006-11-25 |
Ben Pfaff | We've had a mix of min, max from libpspp/misc.h and... |
commit | commitdiff | tree | snapshot |
2006-11-25 |
John Darrington | Added whitespace and plugged memory leak. |
commit | commitdiff | tree | snapshot |
2006-11-22 |
Ben Pfaff | Fix race condition in tests/bugs/signals.sh. |
commit | commitdiff | tree | snapshot |
2006-11-22 |
Ben Pfaff | HOST command needs F_KEEP_FINAL_TOKEN. |
commit | commitdiff | tree | snapshot |
2006-11-22 |
Ben Pfaff | Rewrite formatted data input routines to conform to... |
commit | commitdiff | tree | snapshot |
2006-11-19 |
Ben Pfaff | Fix grammar in comment. |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Ben Pfaff | Replace several similar lines by one line inside DO... |
commit | commitdiff | tree | snapshot |
2006-11-16 |
John Darrington | Apply patch #5561. Connect debugger on error. |
commit | commitdiff | tree | snapshot |
2006-11-14 |
John Darrington | Fixed bug which crept in with the recent lexer changes. |
commit | commitdiff | tree | snapshot |
2006-11-14 |
John Darrington | Plugged some small memory leaks |
commit | commitdiff | tree | snapshot |
2006-11-11 |
John Darrington | Encapsulated lexer and updated calling functions accord... |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Ben Pfaff | Fix buffer overflow reported by John Darrington. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Ben Pfaff | Implement SKIP keyword on DATA LIST. Fixes bug #17099. |
commit | commitdiff | tree | snapshot |
2006-11-07 |
John Darrington | Committed patch #5524, which allows the message destina... |
commit | commitdiff | tree | snapshot |
2006-11-05 |
Ben Pfaff | Rewrite and improve formatted output routines. |
commit | commitdiff | tree | snapshot |
2006-11-05 |
John Darrington | Added casefilter structure to assist with missing value... |
commit | commitdiff | tree | snapshot |
2006-11-04 |
Ben Pfaff | * msg-ui.c (handle_msg): Only write message to terminal if |
commit | commitdiff | tree | snapshot |
2006-11-04 |
Ben Pfaff | Implement SET ERRORS, SHOW ERRORS. |
commit | commitdiff | tree | snapshot |
2006-11-03 |
John Darrington | Updated the docs and the parser for EXAMINE to make... |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Ben Pfaff | Completely rewrite src/data/format.[ch], to achieve... |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Ben Pfaff | * sys-file-info.c: (cmd_display) Use compare_var_ptr_n... |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Ben Pfaff | Remove num_to_string() function, because it is not... |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Ben Pfaff | Tue Oct 31 19:29:05 2006 Ben Pfaff <blp@gnu.org> |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Ben Pfaff | Add missing "#include <config.h>". |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Ben Pfaff | Tue Oct 31 18:21:48 2006 Ben Pfaff <blp@gnu.org> |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Ben Pfaff | Fix error messages and comment. |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Ben Pfaff | Sun Oct 29 14:08:53 2006 Ben Pfaff <blp@gnu.org> |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Ben Pfaff | Reduce verbosity of ll-test, llx-test output. |
commit | commitdiff | tree | snapshot |
2006-10-29 |
John Darrington | More constness |
commit | commitdiff | tree | snapshot |
2006-10-29 |
John Darrington | Made array.h const correct, and dealt with the conseque... |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Ben Pfaff | Change some aspects of the PRINT, PRINT EJECT, and... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
John Darrington | Eliminated global variable getl_buf |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Ben Pfaff | Add routines for integer byte order conversions, floati... |
commit | commitdiff | tree | snapshot |
2006-10-26 |
John Darrington | Damn! Forgot to change casenum_t in *.q |
commit | commitdiff | tree | snapshot |
2006-10-26 |
John Darrington | Eliminated global variable current_dataset. |
commit | commitdiff | tree | snapshot |
2006-10-25 |
John Darrington | Yet more constness |
commit | commitdiff | tree | snapshot |
2006-10-22 |
John Darrington | More constness/namespace policing |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Jason Stover | removed useless code |
commit | commitdiff | tree | snapshot |
2006-10-20 |
John Darrington | Constness and global namespace patrol. |
commit | commitdiff | tree | snapshot |
2006-10-20 |
John Darrington | Added some more UNIMPL entries. |
commit | commitdiff | tree | snapshot |
2006-10-19 |
John Darrington | Encapsulated the static data of procedure.[ch] into... |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Ben Pfaff | * command.c: (do_parse_command) Issue an error for... |
commit | commitdiff | tree | snapshot |
2006-10-15 |
John Darrington | Added a pooled version of hsh_create |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Ben Pfaff | * casefile.c (casereader_read_xfer): Always initialize... |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Ben Pfaff | Fix memory leak in rank_sorted_casefile(). |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Ben Pfaff | Fix memory leak in test_casereader_clone(). |
commit | commitdiff | tree | snapshot |
2006-10-14 |
John Darrington | Changed a lot of ints to bools. |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Ben Pfaff | DISPLAY FILE LABEL is no longer undocumented. |
commit | commitdiff | tree | snapshot |
2006-10-08 |
John Darrington | Memory leak patrol. |
commit | commitdiff | tree | snapshot |
2006-10-07 |
John Darrington | Implemented the RANK command. |
commit | commitdiff | tree | snapshot |
next |