encoding-guesser: New library to guess the encoding of a text file.
[pspp-builds.git] / src / libpspp / automake.mk
2011-03-20 Ben Pfaffencoding-guesser: New library to guess the encoding...
2011-02-20 Ben Pfafflegacy-encoding: Remove.
2010-07-30 Ben Pfafftemp-file: New functions for creating temporary files...
2010-07-30 Ben Pfafftemp-file: Rename "ext-array" (for "external array").
2010-06-11 Ben Pfafftmpfile: Rename "struct tmpfile" to "struct temp_file".
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-05-01 Ben PfaffNew case-insensitive string map data structure.
2010-04-12 Ben PfaffAdd case-insensitive string set.
2010-02-24 Ben Pfaffodt: Remove dependency on external "zip" program.
2010-02-08 Ben PfaffMerge "output" into "master"
2010-02-07 Ben PfaffGreatly simplify PSPP configuration.
2010-02-06 Ben PfaffNew "string_array" data structure for working with...
2010-02-06 Ben Pfaffverbose-msg: Remove.
2010-01-18 Ben PfaffNew library for interned strings.
2010-01-16 Ben PfaffDistribute some files that were forgotten. fc11-i386-build72 fc11-x64-build69 lenny-x64-build93 sid-i386-build139
2009-12-25 John DarringtonMerge branch 'master' into output
2009-12-18 John DarringtonMerge branch 'master' into output fc11-i386-build61 fc11-x64-build58 lenny-x64-build82 sid-i386-build128
2009-12-16 John DarringtonMerge commit 'origin/stable' fc11-i386-build58 fc11-x64-build55 lenny-x64-build79 sid-i386-build125
2009-12-05 Ben PfaffNew data type string_map, a string-to-string map. fc11-i386-build42 fc11-x64-build39 lenny-x64-build63 sid-i386-build111
2009-11-27 Ben PfaffNew data type string_set, a set of unique strings. fc11-i386-build41 fc11-x64-build38 lenny-x64-build62 sid-i386-build110
2009-10-24 Ben PfaffMerge "master" into "output". fc11-i386-build29 fc11-x64-build26 lenny-x64-build50 sid-i386-build98
2009-10-11 Ben PfaffUse @VARIABLE@ instead of $(VARIABLE) consistently...
2009-09-26 Ben Pfaffperl-module: Additional fixes for Perl version number... origin/perl build3 build4 build49 build50 build51
2009-09-25 Ben Pfaffperl-module: Tolerate minor PSPP version number differe... build0 build41 build42 build43 build44 build45 build46 build47
2009-09-24 John DarringtonMerge commit 'origin/stable' build40
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-06-07 Ben PfaffChange "union value" to dynamically allocate long strings.
2009-06-07 Ben PfaffImplement new command-line argument parser.
2009-06-07 Ben Pfaffmodel-checker: Kill dependencies and move back to libpspp.
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-02-20 John DarringtonMerge branch 'master' of /home/john/Development/pspp...
2009-02-20 John DarringtonMerge commit 'HEAD'; commit 'savannah/master'
2009-01-29 John DarringtonMerge branch 'savannah/perl-module'
2009-01-27 John DarringtonRemove pspp-vers.pl which did more harm than good.
2009-01-17 John DarringtonMerge commit 'origin/stable'
2009-01-10 John DarringtonMerge commit 'origin/master'; commit 'savannah/master'
2009-01-07 John DarringtonMerge commit 'savannah/master'
2008-12-20 John DarringtonAdd perl parseable line to src/libpspp/version.c
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-10-14 Ben PfaffMake src/libpspp/version.c depend on Makefile.
2008-10-10 Ben PfaffMerge commit 'origin/stable'
2008-10-05 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-10-05 John DarringtonMoved the datasheet testing code out of src/{libspp...
2008-10-01 Ben PfaffNew hmap and hmapx hash table implementations.
2008-09-20 John DarringtonMoved all static libraries to libtool libraries.
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-03-05 Ben PfaffPatch #6427. Reviewed by John Darrington.
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-27 Ben PfaffMake interactive output go to the terminal (bug #17213...
2007-06-07 Ben PfaffAdd error propagation layer. Patch #5916, slightly...
2007-04-23 Ben PfaffImplement model checker for testing purposes.
2007-04-03 Ben PfaffApply patches #5828, #5837, #5841, #5843.
2007-03-31 Ben PfaffAdd plain balanced tree structure. Patch #5827.
2007-03-30 Ben PfaffDeuglify deque code. Patch #5829.
2007-03-25 Ben PfaffAdd sparse array data structure.
2007-03-19 Ben Pfaff* Makefile.am (AUTOMAKE_OPTIONS): Require Automake...
2007-02-22 John DarringtonQuoted strings in generated syntax.
2007-01-26 Ben PfaffCheck in patch #5709: Augmented Balanced Tree data...
2007-01-16 Ben PfaffAdd a deque, implemented as a circular queue, to libpspp.
2007-01-10 Ben PfaffAdd heap data structure to src/libpspp, and a test...
2006-12-24 John DarringtonUpdated AUTHORS
2006-12-23 John DarringtonCleaned up GUI, by objectifying the data editor. Remov...
2006-11-29 John DarringtonApplying patch #5562
2006-10-28 Ben PfaffAdd routines for integer byte order conversions, floati...
2006-07-15 John DarringtonApplied patch file #10344.
2006-07-08 Ben PfaffApply patch #5225, assertions.
2006-07-01 Ben PfaffAdd linked list library to PSPP.
2006-05-30 John DarringtonInternationalisation.
2006-05-16 Ben PfaffRemoved groff_font_path.
2006-05-10 Ben PfaffUse <stdarg.h> from gnulib instead of our home-grown...
2006-05-07 Ben PfaffAdd va_copy.h header instead of inlining a definition.
2006-04-25 Ben PfaffFinish reforming error message support. In this phase...
2006-04-25 Ben PfaffContinue reforming error message support. In this...
2006-04-16 Ben PfaffGet rid of src/libpspp/debug-print.h and all its users...
2006-03-31 Ben PfaffAdd freaderror() analogous to fwriteerror() in gnulib.
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-13 John DarringtonMade make distcheck work
2006-03-04 John DarringtonAdded src/libpspp/automake.mk and src/data/automake.mk