font resolution works!
[pspp] / src / libpspp /
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
2016-08-06 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-06 John DarringtonRemove deprecated objects GtkAction and GtkUIManager
2016-04-07 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-03-20 John DarringtonPrevent link error when cross compiling with mingw
2016-03-20 Ben PfaffImplement new command SORT VARIABLES.
2016-02-21 Ben PfaffMakefiles: Fix use of $(AM_V_at) in makefile rules.
2016-02-14 Friedrich BeckmannMacOS build - fixed src/libpspp/automake.c version...
2016-02-03 John DarringtonFix memory leak which occured when iconv failed
2016-01-21 John DarringtonInclude a dissuader for odd numbered minor releases
2016-01-06 Ben PfaffMakefiles: Add $(AM_V_GEN) and $(AM_V_at) to a few...
2015-12-17 John DarringtonRemove string stat_version
2015-12-10 John DarringtonReplace "sed" with "$(SED)" in Makefiles
2015-12-10 John DarringtonMake rule for src/libpspp/version.c atomic
2015-10-20 John DarringtonAppend the correct number of null bytes to the end...
2015-10-17 John DarringtonRemove unnecessary #include directive
2015-10-04 John DarringtonZip Reader: Avoid undefined behaviour when reading...
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2015-01-22 John DarringtonAdd examples directory "shortcut" to file_open dialog
2014-09-27 Ben PfaffMakefiles: Make most of the handwritten rules support...
2014-09-13 Ben Pfaffstr: Make str_format_26adic() able to use lowercase.
2014-09-09 Ben Pfaffu8-istream: Fix handling of partial reads.
2014-09-04 Ben Pfaffzip-writer: Write size and CRC in local directory when...
2014-04-04 Ben Pfaffline-reader: Fix null derefe in line_reader_for_fd...
2014-03-09 Ben Pfaffline-reader: Fix bad math when size_t is bigger than...
2014-02-26 John Darringtonsrc/libpspp/zip-reader.c: Possible fix for windoze... 20140227030508/pspp 20140228030505/pspp 20140301030504/pspp 20140302030505/pspp 20140303030503/pspp 20140304030518/pspp 20140305030503/pspp 20140306030505/pspp
2014-02-18 Ben Pfaffmessage: Add prototype for vmsg() function.
2014-02-16 Ben PfaffMake SYSFILE INFO able to analyze valid encodings for...
2014-02-11 Ben Pfaffi18n: Correctly recode windows-1258 and others with... 20140212030512/pspp 20140213030508/pspp 20140215030505/pspp
2014-02-08 Ben PfaffRemove old changelogs from tree. 20140209030510/pspp 20140210030519/pspp
2013-12-24 Ben Pfaffcmac-aes256: Correct size of local rk[] array. 20131224030506/pspp
2013-12-22 Ben Pfaffpspp-convert: Add support for decrypting encrypted... 20131222030520/pspp
2013-10-26 Ben PfaffMerge master into gtk3. 20131026032545/pspp 20131027032559/pspp 20131028032549/pspp 20131030030824/pspp 20131031032414/pspp 20131101032516/pspp 20131102032602/pspp 20131103032703/pspp 20131104032617/pspp 20131105032650/pspp 20131106032624/pspp 20131107032703/pspp 20131108032720/pspp 20131110032717/pspp 20131111032724/pspp 20131112032726/pspp 20131113032746/pspp 20131114032755/pspp 20131115032755/pspp 20131116032752/pspp
2013-10-23 Ben Pfaffi18n: Make recode_substring_pool() always return a...
2013-10-23 Ben Pfaffinteger-format: Support 8-byte values in integer_put().
2013-10-23 Ben Pfaffconfigure: Make zlib a required dependency (instead...
2013-09-25 John DarringtonUse the msg function to report errors wherever possible.
2013-08-11 John DarringtonFixed bug in command line parser
next