2009-07-23 |
John Darrington | Merge commit 'origin/stable' |
tree | commitdiff |
2009-07-23 |
John Darrington | Merge commit 'origin/roc' |
tree | commitdiff |
2009-07-18 |
John Darrington | Merge commit 'origin/data-encoding' |
tree | commitdiff |
2009-07-16 |
Ben Pfaff | Separate table functions that format their arguments... |
tree | commitdiff |
2009-07-12 |
John Darrington | Added a dict parameter to data_in and dealt with the... |
tree | commitdiff |
2009-07-07 |
John Darrington | Replace legacy_recode with recode_string. |
tree | commitdiff |
2009-07-06 |
John Darrington | Convert to utf8 in data_out function. |
tree | commitdiff |
2009-07-06 |
John Darrington | data_out function to dynamically allocate return value. |
tree | commitdiff |
2009-07-05 |
John Darrington | Change enum legacy_encoding to const char *. |
tree | commitdiff |
2009-06-07 |
Ben Pfaff | Change "union value" to dynamically allocate long strings. |
tree | commitdiff |
2009-06-07 |
Ben Pfaff | output: Add auxiliary data parameter to tab_dim. |
tree | commitdiff |
2009-05-12 |
Ben Pfaff | data-parser: Treat " ," the same as ",". |
tree | commitdiff |
2009-05-09 |
John Darrington | Merge commit 'origin/stable' |
tree | commitdiff |
2009-04-22 |
John Darrington | Merge commit 'origin/stable' |
tree | commitdiff |
2009-04-16 |
John Darrington | Update some comments |
tree | commitdiff |
2009-04-08 |
Ben Pfaff | Fix memory leak in cmd_data_list(). |
tree | commitdiff |
2009-04-08 |
Ben Pfaff | Add "x" prefix to calls to plain malloc(), calloc(... |
tree | commitdiff |
2009-04-08 |
John Darrington | Merge commit 'origin/master' into charset |
tree | commitdiff |
2009-04-07 |
John Darrington | Merge commit 'origin/stable' |
tree | commitdiff |
2009-04-07 |
John Darrington | Issue warning when combining files of distinct encodings |
tree | commitdiff |
2009-04-07 |
John Darrington | Implemented the ENCODING subcommand to DATA LIST. |
tree | commitdiff |
2009-03-31 |
John Darrington | Merge commit 'origin/stable' |
tree | commitdiff |
2009-03-02 |
John Darrington | Merge branch 'master'; commit 'origin/stable' |
tree | commitdiff |
2009-02-20 |
John Darrington | Merge branch 'master' of /home/john/Development/pspp... |
tree | commitdiff |
2009-02-20 |
John Darrington | Merge commit 'HEAD'; commit 'savannah/master' |
tree | commitdiff |
2009-01-17 |
John Darrington | Merge commit 'origin/stable' |
tree | commitdiff |
2009-01-07 |
John Darrington | Merge commit 'savannah/master' |
tree | commitdiff |
2009-01-07 |
Ben Pfaff | Make cases simpler, faster, and easier to understand. |
tree | commitdiff |
2008-12-10 |
John Darrington | Merge commit 'HEAD'; branch 'master' into rewrite-sheet |
tree | commitdiff |
2008-12-06 |
Ben Pfaff | Remove unused match-files.c. |
tree | commitdiff |
2008-12-04 |
John Darrington | Merge branch 'master' into rewrite-sheet |
tree | commitdiff |
2008-12-03 |
Ben Pfaff | Implement ADD FILES and UPDATE. |
tree | commitdiff |
2008-12-03 |
Ben Pfaff | Break get.c up into multiple files in a logical fashion. |
tree | commitdiff |
2008-11-11 |
John Darrington | Merge branch 'master' into rewrite-sheet |
tree | commitdiff |
2008-10-12 |
Ben Pfaff | Fix GCC 4.3 warnings about parameters of incomplete... |
tree | commitdiff |
2008-10-10 |
Ben Pfaff | Merge commit 'origin/stable' |
tree | commitdiff |
2008-09-14 |
John Darrington | Don't destroy dictionary on error if we didn't create it. |
tree | commitdiff |
2008-09-14 |
John Darrington | Fixed bug which caused a crash if "end data." was not... |
tree | commitdiff |
2008-08-23 |
John Darrington | Merge branch 'master' of ssh://jmd@git.sv.gnu.org/srv... |
tree | commitdiff |
2008-08-19 |
Ben Pfaff | Start generating ChangeLog automatically from Git commi... |
tree | commitdiff |
2008-07-29 |
Ben Pfaff | Use standard C99 isfinite, isnan, isinf in place of... |
tree | commitdiff |
2008-07-06 |
Ben Pfaff | Rename .cvsignore files to .gitignore. |
tree | commitdiff |
2008-05-16 |
Ben Pfaff | Use gsl_isnan instead of isnan, gsl_isinf instead of... |
tree | commitdiff |
2008-04-20 |
John Darrington | Fix mingw cross compile problem. |
tree | commitdiff |
2008-04-05 |
John Darrington | Removed generated files from tarball |
tree | commitdiff |
2008-03-14 |
John Darrington | include format.h only where necessary. |
tree | commitdiff |
2008-02-19 |
Ben Pfaff | (ds_read_line): Add argument to limit the length of... |
tree | commitdiff |
2008-02-10 |
Ben Pfaff | Add a couple of extensions to GET DATA TYPE=TXT. Patch... |
tree | commitdiff |
2008-02-06 |
John Darrington | Optimise the psql reader, by fetching more than one... |
tree | commitdiff |
2008-02-04 |
John Darrington | Added the postgres reader. Closes patch #6388 |
tree | commitdiff |
2008-01-19 |
John Darrington | Reworked settings so as to use one large struct instead... |
tree | commitdiff |
2007-12-08 |
Ben Pfaff | Patch #6302. |
tree | commitdiff |
2007-12-05 |
Ben Pfaff | Implement GET DATA/TYPE=TXT. |
tree | commitdiff |
2007-12-05 |
Ben Pfaff | Allow parsing 0-based column ranges. |
tree | commitdiff |
2007-12-05 |
Ben Pfaff | Make GET DATA a separate command, instead of something... |
tree | commitdiff |
2007-12-05 |
Ben Pfaff | * src/language/data-io/data-reader.c (struct dfm_reader... |
tree | commitdiff |
2007-11-11 |
Ben Pfaff | Patch #6262. New developers guide and resulting fixes... |
tree | commitdiff |
2007-11-09 |
Ben Pfaff | * automake.mk: Add new file. |
tree | commitdiff |
2007-11-06 |
Ben Pfaff | Patch #6258. |
tree | commitdiff |
2007-11-03 |
Ben Pfaff | Allow output files to overwrite input files (bug #21280... |
tree | commitdiff |
2007-11-03 |
John Darrington | Added support for reading Gnumeric spreadsheet files. |
tree | commitdiff |
2007-10-13 |
Ben Pfaff | posix-xprintf-functions.patch from patch #6230. |
tree | commitdiff |
2007-10-12 |
Ben Pfaff | stdint.h-instead-of-size_max.h.patch from patch #6230. |
tree | commitdiff |
2007-10-12 |
Ben Pfaff | xalloc.h-instead-of-alloc.h.patch from patch #6230. |
tree | commitdiff |
2007-10-12 |
Ben Pfaff | malloca-instead-of-local_alloc.patch from patch #6230. |
tree | commitdiff |
2007-10-12 |
Ben Pfaff | magic-elimination.patch from patch #6230. |
tree | commitdiff |
2007-09-23 |
Ben Pfaff | (cmd_data_list): Don't allow END subcommand to be used... |
tree | commitdiff |
2007-09-23 |
Ben Pfaff | Bug #21111. Reviewed by John Darrington. |
tree | commitdiff |
2007-09-12 |
Ben Pfaff | * casereader-translator.c (struct casereader_translator... |
tree | commitdiff |
2007-09-05 |
John Darrington | Implemented the INSERT command. |
tree | commitdiff |
2007-08-16 |
Ben Pfaff | Delete files that should never have been checked in. |
tree | commitdiff |
2007-08-13 |
Ben Pfaff | * get.c (parse_read_command): Compact the values in... |
tree | commitdiff |
2007-08-13 |
Ben Pfaff | * get.c (struct case_map): Move into new file src/data... |
tree | commitdiff |
2007-08-13 |
Ben Pfaff | * psppire-dict.c (psppire_dict_dump): Don't use |
tree | commitdiff |
2007-08-13 |
Ben Pfaff | Make casewriters keep track of the number of `union... |
tree | commitdiff |
2007-07-26 |
Ben Pfaff | Fix bug #17100. |
tree | commitdiff |
2007-07-12 |
Ben Pfaff | (map_case): Create destination case instead of leaving it |
tree | commitdiff |
2007-07-07 |
Ben Pfaff | Change license from GPLv2+ to GPLv3+. |
tree | commitdiff |
2007-07-01 |
John Darrington | Changed trns_chain_execute signature (Patch #6057) |
tree | commitdiff |
2007-06-11 |
Ben Pfaff | Oops, forgot a file. |
tree | commitdiff |
2007-06-08 |
John Darrington | Delete trailing whitespace at end of lines. |
tree | commitdiff |
2007-06-08 |
John Darrington | Fixed constness issues. |
tree | commitdiff |
2007-06-07 |
Ben Pfaff | Essentially rewrite MATCH FILES to support FIRST and... |
tree | commitdiff |
2007-06-07 |
Ben Pfaff | Actually implement the new procedure code and adapt... |
tree | commitdiff |
2007-05-06 |
Ben Pfaff | Abstract the documents within a dictionary a little... |
tree | commitdiff |
2007-04-02 |
John Darrington | Changed a lot of non-const pointers to const. |
tree | commitdiff |
2007-02-09 |
Ben Pfaff | Fix use of size_t in printf formats. Patch #5727. |
tree | commitdiff |
2007-02-02 |
Ben Pfaff | We are using a single member in struct file_handle... |
tree | commitdiff |
2007-01-24 |
John Darrington | Enables Data Open/Save/New menuitems. |
tree | commitdiff |
2007-01-07 |
John Darrington | Applied patch #5661 |
tree | commitdiff |
2006-12-24 |
John Darrington | Added some extraneous crud to .cvsignore files |
tree | commitdiff |
2006-12-22 |
John Darrington | Added abstract factory to create casefiles. Updated... |
tree | commitdiff |
2006-12-19 |
Ben Pfaff | Make it possible to pull cases from the active file... |
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-10 |
Ben Pfaff | Finish converting struct variable to an opaque type... |
tree | commitdiff |
2006-12-07 |
Ben Pfaff | Remove blank page. |
tree | commitdiff |
2006-12-05 |
Ben Pfaff | First step in making struct variable opaque: the boring... |
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 | * inpt-pgm.c (cmd_reread): Always return error code... |
tree | commitdiff |
next |