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-07 |
John Darrington | Applied patch #5661 |
tree | commitdiff |
2007-01-04 |
John Darrington | Added psppire-dialog and psppire-buttonbox widgets. |
tree | commitdiff |
2007-01-03 |
John Darrington | Added callback for when the weights on a dictionary... |
tree | commitdiff |
2007-01-01 |
John Darrington | Applied patch #5653, which adds callbacks to dataset... |
tree | commitdiff |
2006-12-28 |
John Darrington | Re-added Data->Insert_Variable menu item |
tree | commitdiff |
2006-12-23 |
John Darrington | Cleaned up GUI, by objectifying the data editor. Remov... |
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-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 |
Ben Pfaff | Don't assume that MEASURE_* and ALIGN_* have the same... |
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 | Fix punctuation in error message. |
tree | commitdiff |
2006-12-14 |
Ben Pfaff | Implement DATESUM, DATEDIFF functions. |
tree | commitdiff |
2006-12-11 |
Ben Pfaff | * value-labels.c (hash_int_val_lab): Only hash as... |
tree | commitdiff |
2006-12-11 |
Ben Pfaff | Rewrite system file reader code, to clean up and improve. |
tree | commitdiff |
2006-12-10 |
Ben Pfaff | * file-name.c (fn_search_path): Remove prefix arg... |
tree | commitdiff |
2006-12-10 |
Ben Pfaff | * format.c (fmt_dollar_template): Use user's decimal... |
tree | commitdiff |
2006-12-10 |
Ben Pfaff | New function fmt_dollar_template based on pspp-dev... |
tree | commitdiff |
2006-12-10 |
Ben Pfaff | Finish converting struct variable to an opaque type... |
tree | commitdiff |
2006-12-10 |
John Darrington | Avoided comparison of string variables to SYSMIS |
tree | commitdiff |
2006-12-08 |
John Darrington | Memory leak patrol and minor cleanups. |
tree | commitdiff |
2006-12-08 |
Ben Pfaff | Use gsl_finite from GSL, which is portable, instead... |
tree | commitdiff |
2006-12-07 |
John Darrington | Changed factors' independent variables to be copies... |
tree | commitdiff |
2006-12-05 |
Ben Pfaff | First step in making struct variable opaque: the boring... |
tree | commitdiff |
2006-12-05 |
Ben Pfaff | * missing-values.c (mv_resize): Don't write beyond... |
tree | commitdiff |
2006-12-03 |
Ben Pfaff | Fix lack of ->name and ->location in DO REPEAT's getl_i... |
tree | commitdiff |
2006-11-29 |
John Darrington | Fixed make distcheck |
tree | commitdiff |
2006-11-25 |
Ben Pfaff | We've had a mix of min, max from libpspp/misc.h and... |
tree | commitdiff |
2006-11-22 |
Ben Pfaff | Rewrite formatted data input routines to conform to... |
tree | commitdiff |
2006-11-14 |
John Darrington | Plugged some small memory leaks |
tree | commitdiff |
2006-11-11 |
Ben Pfaff | Fix buffer overflow reported by John Darrington. |
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 |
Ben Pfaff | Completely rewrite src/data/format.[ch], to achieve... |
tree | commitdiff |
2006-11-01 |
Ben Pfaff | Remove num_to_string() function, because it is not... |
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-26 |
John Darrington | Eliminated global variable current_dataset. |
tree | commitdiff |
2006-10-25 |
John Darrington | Yet more constness |
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 |
Ben Pfaff | * casefile.c (casereader_read_xfer): Always initialize... |
tree | commitdiff |
2006-10-14 |
John Darrington | Changed a lot of ints to bools. |
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-09-21 |
Ben Pfaff | * variable.c: (width_to_bytes) Rephrase code for clarify. |
tree | commitdiff |
2006-07-18 |
Ben Pfaff | Patch #5244. |
tree | commitdiff |
2006-07-17 |
John Darrington | Patch #5209 |
tree | commitdiff |
2006-07-14 |
Ben Pfaff | Fixes for bugs/warts found in debug mode compile (bug... |
tree | commitdiff |
2006-07-13 |
Ben Pfaff | Add missing include. |
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-07 |
Ben Pfaff | Fix link error noted by Jason Stover. |
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 comment. |
tree | commitdiff |
2006-06-27 |
Ben Pfaff | Move var_set and variable parsing declarations into... |
tree | commitdiff |
2006-06-26 |
Ben Pfaff | * value-labels.c (value_to_string): When there's no... |
tree | commitdiff |
2006-06-19 |
John Darrington | Implemented data-store using a casefile instead of... |
tree | commitdiff |
2006-06-09 |
Ben Pfaff | Reform string library. |
tree | commitdiff |
2006-06-09 |
Ben Pfaff | * format.c (measure_is_valid): Really return false... |
tree | commitdiff |
2006-06-08 |
Ben Pfaff | Update comment to reflect availability of random casere... |
tree | commitdiff |
2006-06-07 |
Ben Pfaff | Add random access to casefiles, for use in GUI. |
tree | commitdiff |
2006-06-03 |
John Darrington | Minor i18n issues. |
tree | commitdiff |
2006-05-31 |
John Darrington | Fixed minor memory leak. |
tree | commitdiff |
2006-05-30 |
John Darrington | Internationalisation. |
tree | commitdiff |
2006-05-15 |
Ben Pfaff | Get rid of capacity argument to ds_init() and update... |
tree | commitdiff |
2006-05-10 |
Ben Pfaff | Add WARN_UNUSED_RESULT to procedure function prototypes |
tree | commitdiff |
2006-05-10 |
Ben Pfaff | Convert many uses of `int' to `bool'. |
tree | commitdiff |
2006-05-07 |
John Darrington | Fixed a number of warnings. |
tree | commitdiff |
2006-05-07 |
Ben Pfaff | Destroy chain's trns member, to fix memory leak. |
tree | commitdiff |
2006-05-07 |
Ben Pfaff | Destroy case source to fix memory leak. |
tree | commitdiff |
2006-05-07 |
Ben Pfaff | Fix memory leak in scratch reader. |
tree | commitdiff |
2006-05-07 |
Ben Pfaff | Simplify multipass_procedure(). |
tree | commitdiff |
2006-05-07 |
Ben Pfaff | Improvements to case implementation. |
tree | commitdiff |
2006-05-07 |
Ben Pfaff | Remove declaration of dump_split_vars(), which is never... |
tree | commitdiff |
2006-05-07 |
John Darrington | Reworked very long string support for better encapsulation. |
tree | commitdiff |
2006-05-07 |
Ben Pfaff | Some more cleanup with value labels. |
tree | commitdiff |
2006-05-06 |
Ben Pfaff | Remove unneeded dependency on variable.h. |
tree | commitdiff |
2006-05-06 |
Ben Pfaff | Get rid of `char *c' member in union value, for cleanli... |
tree | commitdiff |
2006-05-06 |
Ben Pfaff | Make dictionary compacting functions a little more... |
tree | commitdiff |
2006-05-06 |
Ben Pfaff | (does_dict_need_translation) Fix bug: inverted return... |
tree | commitdiff |
2006-05-06 |
Ben Pfaff | Search and replace "vfm" by "proc". |
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-06 |
Ben Pfaff | Oops: fix ChangeLogs. |
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. Change interna... |
tree | commitdiff |
2006-05-06 |
Ben Pfaff | Get rid of unused struct member. |
tree | commitdiff |
next |