2006-11-03 |
Ben Pfaff | Completely rewrite src/data/format.[ch], to achieve... |
tree | commitdiff |
2006-11-01 |
Ben Pfaff | Tue Oct 31 18:21:48 2006 Ben Pfaff <blp@gnu.org> |
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-26 |
John Darrington | Eliminated global variable current_dataset. |
tree | commitdiff |
2006-10-22 |
John Darrington | More constness/namespace policing |
tree | commitdiff |
2006-10-20 |
John Darrington | Constness and global namespace patrol. |
tree | commitdiff |
2006-10-19 |
John Darrington | Encapsulated the static data of procedure.[ch] into... |
tree | commitdiff |
2006-10-14 |
John Darrington | Changed a lot of ints to bools. |
tree | commitdiff |
2006-09-25 |
John Darrington | Added casereader_clone function. |
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-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-02 |
Ben Pfaff | Fix bug #15786: System File Creation crashes if directoy is |
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 |
2006-06-09 |
Ben Pfaff | Reform string library. |
tree | commitdiff |
2006-05-25 |
John Darrington | Plugged memory leaks in GUI, and converted most of... |
tree | commitdiff |
2006-05-15 |
Ben Pfaff | Get rid of capacity argument to ds_init() and update... |
tree | commitdiff |
2006-05-10 |
Ben Pfaff | Fix memory leak in MATCH FILES. |
tree | commitdiff |
2006-05-07 |
Ben Pfaff | Fix segfault. |
tree | commitdiff |
2006-05-07 |
Ben Pfaff | Some more cleanup with value labels. |
tree | commitdiff |
2006-05-06 |
Ben Pfaff | Use a casefile, instead of a case sink, for MATCH FILES... |
tree | commitdiff |
2006-05-06 |
Ben Pfaff | Continue reforming procedure execution. In this phase... |
tree | commitdiff |
2006-05-06 |
Ben Pfaff | Continue reforming procedure execution. In this phase... |
tree | commitdiff |
2006-05-05 |
Ben Pfaff | Continue reforming procedure execution. In this phase... |
tree | commitdiff |
2006-05-04 |
Ben Pfaff | Continue reforming procedure execution. In this phase... |
tree | commitdiff |
2006-05-02 |
John Darrington | Implemented support for very long strings a la spss... |
tree | commitdiff |
2006-05-02 |
Ben Pfaff | Further clean up the CMD_* command result codes. |
tree | commitdiff |
2006-05-01 |
Ben Pfaff | Remove vestiges of REPEATING DATA support. |
tree | commitdiff |
2006-05-01 |
Ben Pfaff | Remove vestiges of REPEATING DATA support. |
tree | commitdiff |
2006-05-01 |
Ben Pfaff | Fix change log. |
tree | commitdiff |
2006-05-01 |
Ben Pfaff | Fix change log. |
tree | commitdiff |
2006-05-01 |
Ben Pfaff | Remove vestiges of FILE TYPE support. |
tree | commitdiff |
2006-04-27 |
Ben Pfaff | * variable.h: (struct variable) Rename `reinit' member... |
tree | commitdiff |
2006-04-27 |
Ben Pfaff | Continue reforming procedure execution. In this phase... |
tree | commitdiff |
2006-04-26 |
Ben Pfaff | Remove `init' member from struct variable, which was... |
tree | commitdiff |
2006-04-26 |
Ben Pfaff | Improve the way we handle the various parsing "states... |
tree | commitdiff |
2006-04-25 |
Ben Pfaff | Don't special-case MS-DOS line ends. |
tree | commitdiff |
2006-04-25 |
Ben Pfaff | Continue reforming error message support. In this... |
tree | commitdiff |
2006-04-24 |
Ben Pfaff | Continue reforming error message support. In this... |
tree | commitdiff |
2006-04-17 |
Ben Pfaff | GNU standards require "file name" instead of "filename" in |
tree | commitdiff |
2006-04-17 |
Ben Pfaff | GNU standards require "file name" instead of "filename" in |
tree | commitdiff |
2006-04-16 |
Ben Pfaff | Get rid of src/libpspp/debug-print.h and all its users... |
tree | commitdiff |
2006-04-16 |
Ben Pfaff | Remove last users of struct file_ext, and then get... |
tree | commitdiff |
2006-04-16 |
Ben Pfaff | Fix some warnings. |
tree | commitdiff |
2006-04-04 |
John Darrington | Fixed a multitude of C89 compatibility warnings. |
tree | commitdiff |
2006-04-03 |
Ben Pfaff | Clean up output subsystem. |
tree | commitdiff |
2006-03-31 |
Ben Pfaff | Improve string library. |
tree | commitdiff |
2006-03-15 |
John Darrington | Changed include paths to be explicitly specified in... |
tree | commitdiff |
2006-03-04 |
Ben Pfaff | Move GCC attribute declarations from pref.h.orig to... |
tree | commitdiff |
2006-03-04 |
Ben Pfaff | Remove BLP_INT_DIGITS. Now we use the intprops.h heade... |
tree | commitdiff |
2006-03-04 |
John Darrington | added automake.mk files in src/language |
tree | commitdiff |
2006-03-04 |
John Darrington | Added new files resulting from directory restructuring. |
tree | commitdiff |
|