2007-01-16 |
Ben Pfaff | Clean up and improve case code. |
tree | commitdiff |
2007-01-16 |
Ben Pfaff | Add a deque, implemented as a circular queue, to libpspp. |
tree | commitdiff |
2007-01-10 |
John Darrington | Patch #5672 |
tree | commitdiff |
2007-01-10 |
Ben Pfaff | Fix bug #18739. |
tree | commitdiff |
2007-01-07 |
John Darrington | Applied patch #5661 |
tree | commitdiff |
2007-01-01 |
John Darrington | Applied patch #5653, which adds callbacks to dataset... |
tree | commitdiff |
2006-12-24 |
John Darrington | Added some extraneous crud to .cvsignore files |
tree | commitdiff |
2006-12-23 |
Ben Pfaff | Make the missing value code do more work, so that its... |
tree | commitdiff |
2006-12-22 |
John Darrington | Added abstract factory to create casefiles. Updated... |
tree | commitdiff |
2006-12-22 |
John Darrington | Fixed bug #17420 (table columns exceeded with /FORMAT... |
tree | commitdiff |
2006-12-22 |
Ben Pfaff | Implement DELETE VARIABLES. |
tree | commitdiff |
2006-12-20 |
John Darrington | Removed 'Written by John Darrington' lines which got... |
tree | commitdiff |
2006-12-20 |
Ben Pfaff | Fix bugs in LOOP. |
tree | commitdiff |
2006-12-20 |
John Darrington | Implemented the NPAR TESTS command. |
tree | commitdiff |
2006-12-19 |
Ben Pfaff | Make it possible to pull cases from the active file... |
tree | commitdiff |
2006-12-16 |
Jason Stover | removed "Written by..." line |
tree | commitdiff |
2006-12-16 |
Ben Pfaff | Allow RANK grouping variables to be strings. Fixes... |
tree | commitdiff |
2006-12-16 |
Ben Pfaff | Reverse order of arguments to DATEDIFF, for compatibili... |
tree | commitdiff |
2006-12-16 |
John Darrington | Removed my authorship lines. |
tree | commitdiff |
2006-12-16 |
John Darrington | Committed patch #5636 |
tree | commitdiff |
2006-12-15 |
Ben Pfaff | Remove "Written by Ben Pfaff <blp@gnu.org>" lines every... |
tree | commitdiff |
2006-12-14 |
John Darrington | Made src/language into one big library. Closes patch... |
tree | commitdiff |
2006-12-14 |
Ben Pfaff | Implement DATESUM, DATEDIFF functions. |
tree | commitdiff |
2006-12-11 |
Ben Pfaff | This patch adds the VALUELABEL function for use in... |
tree | commitdiff |
2006-12-11 |
Ben Pfaff | Rewrite system file reader code, to clean up and improve. |
tree | commitdiff |
2006-12-10 |
John Darrington | Patch #5623 |
tree | commitdiff |
2006-12-10 |
Ben Pfaff | * repeat.c (parse_lines): Issue an error when attempti... |
tree | commitdiff |
2006-12-10 |
Ben Pfaff | * file-name.c (fn_search_path): Remove prefix arg... |
tree | commitdiff |
2006-12-10 |
Ben Pfaff | Finish converting struct variable to an opaque type... |
tree | commitdiff |
2006-12-07 |
John Darrington | Fixed memory leak. |
tree | commitdiff |
2006-12-07 |
John Darrington | Changed factors' independent variables to be copies... |
tree | commitdiff |
2006-12-07 |
Ben Pfaff | Remove blank page. |
tree | commitdiff |
2006-12-07 |
Ben Pfaff | Compare variable pointers instead of variable indexes. |
tree | commitdiff |
2006-12-05 |
Ben Pfaff | First step in making struct variable opaque: the boring... |
tree | commitdiff |
2006-12-05 |
John Darrington | Applied patch #5611 |
tree | commitdiff |
2006-12-03 |
Ben Pfaff | Fix lack of ->name and ->location in DO REPEAT's getl_i... |
tree | commitdiff |
2006-12-01 |
Ben Pfaff | * compute.c: Fix bug #17422, which reports that a... |
tree | commitdiff |
2006-12-01 |
Ben Pfaff | * value-labels.c (get_label): Allow commas between... |
tree | commitdiff |
2006-12-01 |
Ben Pfaff | Fix indentation. |
tree | commitdiff |
2006-12-01 |
Ben Pfaff | Properly handle empty DO REPEAT...END REPEAT block... |
tree | commitdiff |
2006-12-01 |
Ben Pfaff | * inpt-pgm.c (cmd_reread): Always return error code... |
tree | commitdiff |
2006-11-30 |
John Darrington | deleted some commented out code. |
tree | commitdiff |
2006-11-29 |
John Darrington | Oops. committing new files |
tree | commitdiff |
2006-11-29 |
John Darrington | Applying patch #5562 |
tree | commitdiff |
2006-11-25 |
Ben Pfaff | We've had a mix of min, max from libpspp/misc.h and... |
tree | commitdiff |
2006-11-25 |
John Darrington | Added whitespace and plugged memory leak. |
tree | commitdiff |
2006-11-22 |
Ben Pfaff | HOST command needs F_KEEP_FINAL_TOKEN. |
tree | commitdiff |
2006-11-22 |
Ben Pfaff | Rewrite formatted data input routines to conform to... |
tree | commitdiff |
2006-11-14 |
John Darrington | Fixed bug which crept in with the recent lexer changes. |
tree | commitdiff |
2006-11-11 |
John Darrington | Encapsulated lexer and updated calling functions accord... |
tree | commitdiff |
2006-11-11 |
Ben Pfaff | Implement SKIP keyword on DATA LIST. Fixes bug #17099. |
tree | commitdiff |
2006-11-05 |
Ben Pfaff | Rewrite and improve formatted output routines. |
tree | commitdiff |
2006-11-05 |
John Darrington | Added casefilter structure to assist with missing value... |
tree | commitdiff |
2006-11-04 |
Ben Pfaff | Implement SET ERRORS, SHOW ERRORS. |
tree | commitdiff |
2006-11-03 |
John Darrington | Updated the docs and the parser for EXAMINE to make... |
tree | commitdiff |
2006-11-03 |
Ben Pfaff | Completely rewrite src/data/format.[ch], to achieve... |
tree | commitdiff |
2006-11-02 |
Ben Pfaff | * sys-file-info.c: (cmd_display) Use compare_var_ptr_n... |
tree | commitdiff |
2006-11-01 |
Ben Pfaff | Tue Oct 31 18:21:48 2006 Ben Pfaff <blp@gnu.org> |
tree | commitdiff |
2006-11-01 |
Ben Pfaff | Fix error messages and comment. |
tree | commitdiff |
2006-10-29 |
John Darrington | More constness |
tree | commitdiff |
2006-10-29 |
John Darrington | Made array.h const correct, and dealt with the conseque... |
tree | commitdiff |
2006-10-29 |
Ben Pfaff | Change some aspects of the PRINT, PRINT EJECT, and... |
tree | commitdiff |
2006-10-28 |
John Darrington | Eliminated global variable getl_buf |
tree | commitdiff |
2006-10-28 |
Ben Pfaff | Add routines for integer byte order conversions, floati... |
tree | commitdiff |
2006-10-26 |
John Darrington | Damn! Forgot to change casenum_t in *.q |
tree | commitdiff |
2006-10-26 |
John Darrington | Eliminated global variable current_dataset. |
tree | commitdiff |
2006-10-25 |
John Darrington | Yet more constness |
tree | commitdiff |
2006-10-22 |
John Darrington | More constness/namespace policing |
tree | commitdiff |
2006-10-20 |
Jason Stover | removed useless code |
tree | commitdiff |
2006-10-20 |
John Darrington | Constness and global namespace patrol. |
tree | commitdiff |
2006-10-20 |
John Darrington | Added some more UNIMPL entries. |
tree | commitdiff |
2006-10-19 |
John Darrington | Encapsulated the static data of procedure.[ch] into... |
tree | commitdiff |
2006-10-16 |
Ben Pfaff | * command.c: (do_parse_command) Issue an error for... |
tree | commitdiff |
2006-10-14 |
Ben Pfaff | Fix memory leak in rank_sorted_casefile(). |
tree | commitdiff |
2006-10-14 |
Ben Pfaff | Fix memory leak in test_casereader_clone(). |
tree | commitdiff |
2006-10-14 |
John Darrington | Changed a lot of ints to bools. |
tree | commitdiff |
2006-10-08 |
John Darrington | Memory leak patrol. |
tree | commitdiff |
2006-10-07 |
John Darrington | Implemented the RANK command. |
tree | commitdiff |
2006-09-27 |
John Darrington | Fixed warnings generated by gcc 4.1.2 |
tree | commitdiff |
2006-09-25 |
John Darrington | Added casereader_clone function. |
tree | commitdiff |
2006-09-23 |
John Darrington | Changed int to bool in dict_get_weight and sort_active_... |
tree | commitdiff |
2006-08-14 |
Ben Pfaff | Error message needs a period at end of sentence. |
tree | commitdiff |
2006-08-05 |
Ben Pfaff | Fix bug #17329 in REREAD parsing, reported by John... |
tree | commitdiff |
2006-07-31 |
Ben Pfaff | Allow a comma between specifications on PRINT. |
tree | commitdiff |
2006-07-18 |
Ben Pfaff | Patch #5244. |
tree | commitdiff |
2006-07-17 |
John Darrington | Patch #5209 |
tree | commitdiff |
2006-07-15 |
John Darrington | Applied patch file #10344. |
tree | commitdiff |
2006-07-14 |
Jason Stover | moved knowledge of pspp_linreg_cache out of pspp_coeff_init |
tree | commitdiff |
2006-07-14 |
Ben Pfaff | Fixes for bugs/warts found in debug mode compile (bug... |
tree | commitdiff |
2006-07-10 |
John Darrington | Minor cleanup and spot fixes. |
tree | commitdiff |
2006-07-08 |
Ben Pfaff | Apply patch #5225, assertions. |
tree | commitdiff |
2006-07-05 |
Ben Pfaff | Fix bug #11612, "q2c documentation does not agree with... |
tree | commitdiff |
2006-07-05 |
Ben Pfaff | Fix bug #15766 (/KEEP subcommand on SAVE doesn't fully... |
tree | commitdiff |
2006-07-04 |
John Darrington | Encapsulated msg_location inside msg_emit |
tree | commitdiff |
2006-07-02 |
Ben Pfaff | Fix bug #15786: System File Creation crashes if directoy is |
tree | commitdiff |
2006-06-28 |
Ben Pfaff | Don't offer both the full and abbreviated names for... |
tree | commitdiff |
2006-06-28 |
Ben Pfaff | Add variable-parser.h to sources. |
tree | commitdiff |
2006-06-28 |
Ben Pfaff | Fix regression in command name completion reported... |
tree | commitdiff |
2006-06-28 |
Ben Pfaff | Add aux data parameter to q2c parse_<command>() and... |
tree | commitdiff |
2006-06-27 |
Ben Pfaff | Move var_set and variable parsing declarations into... |
tree | commitdiff |
next |