file-handle-def: New function fh_equal().
[pspp] / src / data / file-handle-def.c
2021-12-06 Ben Pfafffile-handle-def: New function fh_equal().
2021-10-02 John DarringtonReplace numerous instances of xzalloc with XZALLOC
2021-01-11 Ben Pfaffstr: Add function xstrdup_if_nonnull() and introduce...
2020-06-20 John DarringtonDon't ref or unref the inline file handle.
2020-06-14 John Darringtonfile-handle-def.h (fh_ref): Add WARN_UNUSED_RESULT...
2020-06-07 John DarringtonWhitespace changes only.
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
2015-11-21 John DarringtonMake fn_open and fn_close take a struct file_handle...
2015-11-15 John Darringtonfh_get_identity: Move to static scope
2015-11-13 John Darringtonfh_get_identity: Remove incorrect statement from comment.
2015-11-11 John DarringtonMove fn_identity from file-name.c to file-handle-def.c
2015-10-09 John Darringtonstruct file_handle: Add new member file_name_encoding...
2015-10-09 John DarringtonEnsure all lex_readers have the encoding parameter
2013-05-07 Ben PfaffMerge 'psppsheet' into 'master'. 20130507010505/pspp
2013-03-23 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-22 Ben PfaffFILE HANDLE: Use system native line ends by default. 20130322030508/pspp
2013-03-22 Ben PfaffFILE HANDLE: Add new ENDS subcommand to control new...
2012-12-30 Ben PfaffMerge 'master' into 'psppsheet'. 20121231032129/pspp 20130101032123/pspp 20130102032118/pspp 20130103032118/pspp 20130104032103/pspp 20130105032146/pspp 20130106032112/pspp
2012-12-28 Ben PfaffUse UTF-8 case-insensitive hashes and comparisons for...
2012-08-19 Ben PfaffMerge 'master' into 'psppsheet'.
2012-07-22 John DarringtonFixed memory leaks coming from file-handle-def.c
2012-06-20 Ben PfaffAdd ENCODING subcommand to several commands.
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-05-04 Ben PfaffImplement DATASET commands.
2011-03-20 Ben Pfafflexer: Reimplement for better testability and internati...
2011-03-20 Ben Pfafffile-handle-def: Use hmap instead of list for name... 20110320030508/pspp
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2011-02-20 Ben Pfaffi18n: Introduce C_ENCODING as replacement for LEGACY_NA...
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-09-15 John DarringtonConsolidate quoting style in printed strings.
2010-08-24 John DarringtonMerge commit 'origin/master' into sso
2010-08-20 John Darringtonfile-handle-def.c: replace hash with hmap
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-08-11 Ben PfaffMerge master into output branch.
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/roc'
2009-07-18 John DarringtonMerge commit 'origin/data-encoding'
2009-07-05 John DarringtonChange enum legacy_encoding to const char *.
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-09 Ben PfaffUse Bob Jenkins lookup3 hash instead of FNV.
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-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-10-12 Ben Pfaffmagic-elimination.patch from patch #6230.
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-02-02 Ben PfaffWe are using a single member in struct file_handle...
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-07-08 Ben PfaffApply patch #5225, assertions.
2006-04-17 Ben PfaffGNU standards require "file name" instead of "filename" in
2006-04-17 Ben PfaffGNU standards require "file name" instead of "filename" in
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.