Use default encoding when reading system files if no encoding is given in file.
[pspp-builds.git] / src / language / data-io /
2009-07-07 John DarringtonReplace legacy_recode with recode_string.
2009-07-06 John DarringtonConvert to utf8 in data_out function.
2009-07-06 John Darringtondata_out function to dynamically allocate return value.
2009-07-05 John DarringtonChange enum legacy_encoding to const char *.
2009-06-07 Ben PfaffChange "union value" to dynamically allocate long strings.
2009-06-07 Ben Pfaffoutput: Add auxiliary data parameter to tab_dim.
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-16 John DarringtonUpdate some comments
2009-04-08 Ben PfaffFix memory leak in cmd_data_list().
2009-04-08 Ben PfaffAdd "x" prefix to calls to plain malloc(), calloc(...
2009-04-08 John DarringtonMerge commit 'origin/master' into charset
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-04-07 John DarringtonIssue warning when combining files of distinct encodings
2009-04-07 John DarringtonImplemented the ENCODING subcommand to DATA LIST.
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-02-20 John DarringtonMerge branch 'master' of /home/john/Development/pspp...
2009-02-20 John DarringtonMerge commit 'HEAD'; commit 'savannah/master'
2009-01-17 John DarringtonMerge commit 'origin/stable'
2009-01-07 John DarringtonMerge commit 'savannah/master'
2009-01-07 Ben PfaffMake cases simpler, faster, and easier to understand.
2008-12-10 John DarringtonMerge commit 'HEAD'; branch 'master' into rewrite-sheet
2008-12-06 Ben PfaffRemove unused match-files.c.
2008-12-04 John DarringtonMerge branch 'master' into rewrite-sheet
2008-12-03 Ben PfaffImplement ADD FILES and UPDATE.
2008-12-03 Ben PfaffBreak get.c up into multiple files in a logical fashion.
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-10-12 Ben PfaffFix GCC 4.3 warnings about parameters of incomplete...
2008-10-10 Ben PfaffMerge commit 'origin/stable'
2008-09-14 John DarringtonDon't destroy dictionary on error if we didn't create it.
2008-09-14 John DarringtonFixed bug which caused a crash if "end data." was not...
2008-08-23 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-08-19 Ben PfaffStart generating ChangeLog automatically from Git commi...
2008-07-29 Ben PfaffUse standard C99 isfinite, isnan, isinf in place of...
2008-07-06 Ben PfaffRename .cvsignore files to .gitignore.
2008-05-16 Ben PfaffUse gsl_isnan instead of isnan, gsl_isinf instead of...
2008-04-20 John DarringtonFix mingw cross compile problem.
2008-04-05 John DarringtonRemoved generated files from tarball
2008-03-14 John Darringtoninclude format.h only where necessary.
2008-02-19 Ben Pfaff(ds_read_line): Add argument to limit the length of...
2008-02-10 Ben PfaffAdd a couple of extensions to GET DATA TYPE=TXT. Patch...
2008-02-06 John DarringtonOptimise the psql reader, by fetching more than one...
2008-02-04 John DarringtonAdded the postgres reader. Closes patch #6388
2008-01-19 John DarringtonReworked settings so as to use one large struct instead...
2007-12-08 Ben PfaffPatch #6302.
2007-12-05 Ben PfaffImplement GET DATA/TYPE=TXT.
2007-12-05 Ben PfaffAllow parsing 0-based column ranges.
2007-12-05 Ben PfaffMake GET DATA a separate command, instead of something...
2007-12-05 Ben Pfaff* src/language/data-io/data-reader.c (struct dfm_reader...
2007-11-11 Ben PfaffPatch #6262. New developers guide and resulting fixes...
2007-11-09 Ben Pfaff* automake.mk: Add new file.
2007-11-06 Ben PfaffPatch #6258.
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 Pfaffstdint.h-instead-of-size_max.h.patch from patch #6230.
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-10-12 Ben Pfaffmalloca-instead-of-local_alloc.patch from patch #6230.
2007-10-12 Ben Pfaffmagic-elimination.patch from patch #6230.
2007-09-23 Ben Pfaff(cmd_data_list): Don't allow END subcommand to be used...
2007-09-23 Ben PfaffBug #21111. Reviewed by John Darrington.
2007-09-12 Ben Pfaff* casereader-translator.c (struct casereader_translator...
2007-09-05 John DarringtonImplemented the INSERT command.
2007-08-16 Ben PfaffDelete files that should never have been checked in.
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-26 Ben PfaffFix bug #17100.
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-07-01 John DarringtonChanged trns_chain_execute signature (Patch #6057)
2007-06-11 Ben PfaffOops, forgot a file.
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-02-09 Ben PfaffFix use of size_t in printf formats. Patch #5727.
2007-02-02 Ben PfaffWe are using a single member in struct file_handle...
2007-01-24 John DarringtonEnables Data Open/Save/New menuitems.
2007-01-07 John DarringtonApplied patch #5661
2006-12-24 John DarringtonAdded some extraneous crud to .cvsignore files
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-14 John DarringtonMade src/language into one big library. Closes patch...
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-12-01 Ben Pfaff * inpt-pgm.c (cmd_reread): Always return error code...
2006-11-29 John DarringtonApplying patch #5562
2006-11-25 Ben PfaffWe've had a mix of min, max from libpspp/misc.h and...
2006-11-22 Ben PfaffRewrite formatted data input routines to conform to...
2006-11-11 John DarringtonEncapsulated lexer and updated calling functions accord...
2006-11-11 Ben PfaffImplement SKIP keyword on DATA LIST. Fixes bug #17099.
2006-11-05 Ben PfaffRewrite and improve formatted output routines.
next