docs
[pspp] / src / libpspp /
2022-06-01 Ben Pfaffwork on CTABLES
2022-04-03 Yuri ChornoivanYuri Chornoivan contributed some typo fixes
2021-12-31 Ben PfaffReplace more uses of 'cnt' by 'n'.
2021-12-09 Ben Pfafftreewide: Replace <name>_cnt by n_<name>s and <name...
2021-12-09 Ben Pfaffmessage: Introduce underlining for error message regions.
2021-12-06 Ben Pfaffmessage: Intern file names in msg_location to make...
2021-12-06 Ben Pfaffu8-line: Add definition of an initializer.
2021-12-06 Ben Pfaffstring-array: New functions for comparing string arrays.
2021-12-06 Ben Pfafflexer: Factor out functions for counting columns.
2021-10-05 Ben Pfaffencoding-guesser: Avoid reading uninitialized data...
2021-10-02 John DarringtonUse XCALLOC / XZALLOC macros where reasonable
2021-10-02 John DarringtonReplace numerous instances of xzalloc with XZALLOC
2021-09-04 John DarringtonAdd some missing #include directives
2021-07-18 Ben Pfafflexer: Change the pipeline to allow more flexible use...
2021-07-18 Ben Pfaffstr: New function ss_swap().
2021-07-05 Ben PfaffDEFINE: New command.
2021-07-05 Ben Pfafflexer: Move lex_ellipsize() into string module, as...
2021-07-05 Ben Pfaffmessage: Make msg_emit() take full ownership of its...
2021-07-05 Ben Pfaffmessage: Break message location out into a separate...
2021-07-05 Ben Pfaffmessage: Get rid of 'shipped' member in struct message.
2021-07-05 Ben Pfaffstringi-set: New functions for not necessarily null...
2021-07-05 Ben Pfaffstringi-map: Add some support for non-null-terminated...
2021-04-10 John Darringtonsrc/libpspp/float-format.c (extract_hex): Remove useles...
2021-04-09 Ben Pfafflexer: Add support for DEFINE...!ENDDEFINE.
2021-04-03 John Darringtonsrc/libpspp/message.c (prepare_diagnostic_information...
2021-03-14 John DarringtonAvoid useless warnings on stderr.
2021-02-07 John Darringtonsrc/libpspp/zip-reader.c (probe_magic): Fix inappropria...
2021-01-25 Ben Pfaffzip-reader: Make the zip_reader reference counted.
2021-01-25 Ben Pfaffzip-reader: Switch to a more usual error reporting...
2021-01-25 Ben Pfaffzip-reader: Fix file descriptor leak in zip_reader_crea...
2021-01-25 Ben Pfaffzip-reader: Use endian conversion functions from intege...
2021-01-25 Ben Pfaffllx: Introduce new iteration macros and some users.
2021-01-25 Ben Pfaffstr: Avoid passing null pointer to memcpy() in ds_put_s...
2021-01-11 Ben Pfaffstr: Add function xstrdup_if_nonnull() and introduce...
2021-01-09 Ben Pfaffstring-array: New function string_array_uniq().
2021-01-08 Ben Pfaffzip-writer: Add functions for writing a member over...
2020-12-26 Ben PfaffFix memory leaks reported by Address Sanitizer.
2020-11-27 Ben Pfaffsrc/libpspp/Makefile.am: Fix atomicity of version.c...
2020-11-15 Friedrich Beckmanncheck gcc version before using gnu_printf attribute
2020-10-27 Ben PfaffUse gnu_printf in attribute(()) to indicate GNU printf...
2020-10-25 Ben Pfaffzip-writer: Fix writing a zip file to a pipe.
2020-09-27 John DarringtonAvoid calling stdio function calls from within signal...
2020-09-12 Ben Pfaffi18n: Fix use of const qualifiers in create_iconv().
2020-09-12 John DarringtonAdd static qualifiers where appropriate.
2020-09-05 John DarringtonRemove the --enable-debug configure option.
2020-09-02 Ben Pfaffencoding-guesser: Explain UTF-16, UTF-16BE, UTF-16LE...
2020-08-19 John Darringtonget_language: New function
2020-08-16 John DarringtonFixed some errors in format and orthography of printed...
2020-08-16 jdarringtonUpdate to more recent GNULIB
2020-08-14 Friedrich Beckmannsys-file-reader: get_text_token did not set delimiter...
2020-06-27 John DarringtonReplace some calls to xcalloc with XCALLOC
2020-06-21 John DarringtonFixed some calls to xcalloc where the quantity and...
2020-06-20 John DarringtonAdd a test for bug #58591
2020-06-20 John DarringtonAvoid negative overflow when the text output driver...
2020-06-20 John Darringtonlibpspp/str.c (ds_splice_uninit): Add assertion
2020-06-14 John Darringtonsrc/libpspp/message.h (msg_error): Add printf_format...
2020-06-07 John DarringtonWhitespace changes only.
2019-12-29 Ben Pfaffbit-vector: Add new functions for working with bit...
2019-12-29 Ben Pfaffzip-reader: New function zip_reader_contains_member().
2019-12-29 Ben Pfaffzip-reader: New function zip_member_read_all().
2019-12-29 Ben Pfaffstring-array: New function string_array_parse().
2019-12-08 Ben Pfaffi18n: New function utf8_to_title().
2019-12-02 Ben Pfaffstring-array: Drop unused parameter from STRING_ARRAY_I...
2019-11-28 John DarringtonRemove #include <assert.h> from files which don't need it
2019-11-27 John DarringtonDelete trailing whitespace at line endings.
2019-10-11 Ben Pfaffzip-writer: New functions for adding members.
2019-10-11 Ben Pfaffzip-reader: Improve error messages.
2019-10-11 Ben Pfaffzip-reader: New function zip_reader_get_member_name().
2019-10-11 Ben Pfaffzip-reader: Don't keep .zip file open for lifetime...
2019-10-11 Ben Pfaffzip-reader: Read the whole central directory at .zip...
2019-10-11 Ben Pfaffzip-reader: Fix memory leak on error path in zip_reader...
2019-10-11 Ben Pfaffzip-reader: Better hide implementation details from...
2019-05-23 John Darringtonsrc/libpspp/hash-functions.c: Add a preprocessor switch...
2019-05-22 John Darringtonsrc/libpspp/copyleft.c: Add copyright and licence notic...
2019-05-21 John DarringtonAdd the WARN_UNUSED_RESULT attribute to all hash functions.
2019-03-27 John Darringtonarray.c: Add missing include directive
2019-02-26 Ben Pfaffarray: New function reverse_array().
2019-02-26 Ben Pfaffarray: Change SWAP macro into swap() function.
2019-01-23 Ben Pfaffstring-map: Avoid measuring the length of a string...
2019-01-13 Ben Pfaffstr: Fix bugs in ds_put_c_vformat().
2019-01-02 Ben Pfaffstring-map: New function string_map_equals().
2018-12-25 Ben Pfaffoutput: Introduce group_item in place of TEXT_ITEM_COMM...
2018-12-25 Ben Pfaffstring-map: New functions for searching by non-null...
2018-12-25 Ben Pfaffstr: New functions ss_starts_with() and ss_find_substri...
2018-12-25 Ben Pfaffinteger-format: Add some useful helper functions.
2018-12-25 Ben Pfaffmessage: Refactor initializations for struct msg throug...
2018-12-25 Ben Pfaffbt, abt: Add initialization and iteration macros.
2018-10-14 Ben Pfaffhash-functions: Avoid signed integer overflow.
2017-09-23 Ben Pfafffloat-format: Remove unused functions.
2017-09-23 Ben Pfaffcompiler: Fix test for "optimize" attribute.
2017-09-17 Friedrich Beckmannremoved duplicate const declaration
2017-08-31 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-08-20 Stefan WeilFix some typos (found by codespell)
2017-08-03 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-07-10 Ben Pfaffzip-reader: Use xstrdup() instead of strdup().
2017-07-05 John DarringtonAdd copyright and licence notices to files which lack...
2017-05-18 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-05-13 John DarringtonZip Reader: initialise error string earlier.
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
next