treewide: Replace <name>_cnt by n_<name>s and <name>_cap by allocated_<name>.
[pspp] / src / language / data-io / get.c
2021-12-09 Ben Pfafftreewide: Replace <name>_cnt by n_<name>s and <name...
2019-08-18 John Darrington/RENAME subcommand: Allow quoted strings in destination...
2019-07-07 Ben Pfafflexer: Make lex_error_expecting() easier to use.
2018-10-01 John DarringtonReference count struct dictionary.
2015-07-25 Ben Pfaffsys-file-reader: Avoid hanging forever if a system...
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2014-11-29 Ben PfaffAdd support for reading SPSS/PC+ system files.
2013-01-06 Ben PfaffMerge 'master' into 'psppsheet'. 20130107032118/pspp 20130108102621/pspp 20130109032153/pspp 20130110031120/pspp 20130110084546/pspp 20130111032139/pspp 20130111091005/pspp 20130112032108/pspp 20130113032104/pspp 20130114032646/pspp 20130115032143/pspp 20130116032122/pspp 20130117032107/pspp 20130118032127/pspp 20130119032130/pspp 20130120032138/pspp 20130121032753/pspp 20130122032130/pspp 20130123032123/pspp 20130124032128/pspp 20130125032106/pspp 20130126032059/pspp 20130127032105/pspp 20130128032115/pspp 20130129032053/pspp 20130130032109/pspp 20130131032120/pspp 20130201032127/pspp 20130202032121/pspp 20130203032041/pspp
2013-01-02 Ben Pfaffcase-map: Drop use of variable aux data.
2012-02-08 Ben PfaffGET: Add an ENCODING subcommand. 20120208030501/pspp
2011-11-10 Ben PfaffGET: Fix confusion over the type of the 'type' parameter. 20111110030508/pspp
2011-11-06 Ben Pfafflexer: Drop lexer parameter from lex_sbc_missing().
2011-11-06 Ben Pfafflexer: New function lex_error_expecting().
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-05-04 Ben PfaffImplement DATASET commands.
2011-03-20 Ben Pfaffdataset: Rename functions with "dataset_" prefix.
2011-03-20 Ben PfaffRename procedure.[ch] to dataset.[ch].
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2010-11-19 Ben Pfafflexer: New type enum token_type.
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-09-24 Ben Pfafflexer: Use lex_is_string() more consistently.
2010-08-09 Ben Pfaffi18n: Make a few strings more generic for translators.
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-01-17 John DarringtonMerge commit 'origin/stable'
2008-12-04 John DarringtonMerge branch 'master' into rewrite-sheet
2008-12-03 Ben PfaffBreak get.c up into multiple files in a logical fashion.
2007-12-05 Ben PfaffMake GET DATA a separate command, instead of something...
2007-11-11 Ben PfaffPatch #6262. New developers guide and resulting fixes...
2007-11-03 Ben PfaffAllow output files to overwrite input files (bug #21280...
2007-11-03 John DarringtonAdded support for reading Gnumeric spreadsheet files.
2007-10-13 Ben Pfaffposix-xprintf-functions.patch from patch #6230.
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-09-12 Ben Pfaff* casereader-translator.c (struct casereader_translator...
2007-08-13 Ben Pfaff* get.c (parse_read_command): Compact the values in...
2007-08-13 Ben Pfaff* get.c (struct case_map): Move into new file src/data...
2007-08-13 Ben Pfaff* psppire-dict.c (psppire_dict_dump): Don't use
2007-08-13 Ben PfaffMake casewriters keep track of the number of `union...
2007-07-12 Ben Pfaff(map_case): Create destination case instead of leaving it
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-06-08 John DarringtonFixed constness issues.
2007-06-07 Ben PfaffEssentially rewrite MATCH FILES to support FIRST and...
2007-06-07 Ben PfaffActually implement the new procedure code and adapt...
2007-05-06 Ben PfaffAbstract the documents within a dictionary a little...
2007-04-02 John DarringtonChanged a lot of non-const pointers to const.
2007-01-07 John DarringtonApplied patch #5661
2006-12-22 John DarringtonAdded abstract factory to create casefiles. Updated...
2006-12-19 Ben PfaffMake it possible to pull cases from the active file...
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...
2006-12-07 Ben PfaffRemove blank page.
2006-12-05 Ben PfaffFirst step in making struct variable opaque: the boring...
2006-12-03 Ben PfaffFix lack of ->name and ->location in DO REPEAT's getl_i...
2006-11-11 John DarringtonEncapsulated lexer and updated calling functions accord...
2006-11-03 Ben PfaffCompletely rewrite src/data/format.[ch], to achieve...
2006-10-26 John DarringtonEliminated global variable current_dataset.
2006-10-19 John DarringtonEncapsulated the static data of procedure.[ch] into...
2006-09-25 John DarringtonAdded casereader_clone function.
2006-07-17 John DarringtonPatch #5209
2006-07-08 Ben PfaffApply patch #5225, assertions.
2006-07-02 Ben PfaffFix bug #15786: System File Creation crashes if directoy is
2006-06-27 Ben PfaffMove var_set and variable parsing declarations into...
2006-05-10 Ben PfaffFix memory leak in MATCH FILES.
2006-05-07 Ben PfaffSome more cleanup with value labels.
2006-05-06 Ben PfaffUse a casefile, instead of a case sink, for MATCH FILES...
2006-05-06 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-05 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-04 Ben PfaffContinue reforming procedure execution. In this phase...
2006-04-27 Ben PfaffContinue reforming procedure execution. In this phase...
2006-04-26 Ben PfaffImprove the way we handle the various parsing "states...
2006-04-16 Ben PfaffGet rid of src/libpspp/debug-print.h and all its users...
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-04 Ben PfaffMove GCC attribute declarations from pref.h.orig to...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.