2009-12-16 |
John Darrington | Merge commit 'origin/stable' |
tree | commitdiff |
2009-10-24 |
Ben Pfaff | Merge "master" into "output". |
tree | commitdiff |
2009-10-11 |
Ben Pfaff | Drop double suffixes from makefiles to improve POSIX... |
tree | commitdiff |
2009-10-10 |
Ben Pfaff | Declare Makefile suffixes, to be a little closer to... |
tree | commitdiff |
2009-09-24 |
John Darrington | Merge commit 'origin/stable' |
tree | commitdiff |
2009-08-11 |
Ben Pfaff | Merge master into output branch. |
tree | commitdiff |
2009-07-23 |
John Darrington | Merge commit 'origin/stable' |
tree | commitdiff |
2009-07-23 |
John Darrington | Merge commit 'origin/roc' |
tree | commitdiff |
2009-07-18 |
John Darrington | Merge commit 'origin/data-encoding' |
tree | commitdiff |
2009-07-12 |
John Darrington | Added a dict parameter to data_in and dealt with the... |
tree | commitdiff |
2009-07-07 |
John Darrington | Replace legacy_recode with recode_string. |
tree | commitdiff |
2009-07-06 |
John Darrington | Convert to utf8 in data_out function. |
tree | commitdiff |
2009-07-06 |
John Darrington | data_out function to dynamically allocate return value. |
tree | commitdiff |
2009-06-07 |
Ben Pfaff | Fix test failure introduced along with parse_value(). |
tree | commitdiff |
2009-06-07 |
Ben Pfaff | New function parse_value() for parsing a value of speci... |
tree | commitdiff |
2009-06-07 |
Ben Pfaff | Change "union value" to dynamically allocate long strings. |
tree | commitdiff |
2009-05-09 |
John Darrington | Merge commit 'origin/stable' |
tree | commitdiff |
2009-04-22 |
John Darrington | Merge commit 'origin/stable' |
tree | commitdiff |
2009-04-07 |
John Darrington | Merge commit 'origin/stable' |
tree | commitdiff |
2009-03-31 |
John Darrington | Merge commit 'origin/stable' |
tree | commitdiff |
2009-03-02 |
John Darrington | Merge branch 'master'; commit 'origin/stable' |
tree | commitdiff |
2009-02-20 |
John Darrington | Merge branch 'master' of /home/john/Development/pspp... |
tree | commitdiff |
2009-02-20 |
John Darrington | Merge commit 'HEAD'; commit 'savannah/master' |
tree | commitdiff |
2009-01-17 |
John Darrington | Merge commit 'origin/stable' |
tree | commitdiff |
2009-01-07 |
John Darrington | Merge commit 'savannah/master' |
tree | commitdiff |
2009-01-07 |
Ben Pfaff | Make cases simpler, faster, and easier to understand. |
tree | commitdiff |
2008-11-11 |
John Darrington | Merge branch 'master' into rewrite-sheet |
tree | commitdiff |
2008-10-10 |
Ben Pfaff | Merge commit 'origin/stable' |
tree | commitdiff |
2008-09-20 |
John Darrington | Used pow2(x) instead of x * x where appropriate. |
tree | commitdiff |
2008-08-23 |
John Darrington | Merge branch 'master' of ssh://jmd@git.sv.gnu.org/srv... |
tree | commitdiff |
2008-08-19 |
Ben Pfaff | Start generating ChangeLog automatically from Git commi... |
tree | commitdiff |
2008-07-29 |
Ben Pfaff | Use standard C99 isfinite, isnan, isinf in place of... |
tree | commitdiff |
2008-07-20 |
John Darrington | Why does git only commit some of the changes if you... |
tree | commitdiff |
2008-07-06 |
Ben Pfaff | Rename .cvsignore files to .gitignore. |
tree | commitdiff |
2008-05-16 |
Ben Pfaff | Use gsl_isnan instead of isnan, gsl_isinf instead of... |
tree | commitdiff |
2008-04-21 |
John Darrington | Update some copyright notices which still referred... |
tree | commitdiff |
2008-03-14 |
John Darrington | Remove unncessary dependencies on format.h |
tree | commitdiff |
2008-03-14 |
John Darrington | include format.h only where necessary. |
tree | commitdiff |
2008-02-10 |
Ben Pfaff | Add a couple of extensions to GET DATA TYPE=TXT. Patch... |
tree | commitdiff |
2008-01-19 |
John Darrington | Reworked settings so as to use one large struct instead... |
tree | commitdiff |
2007-11-11 |
Ben Pfaff | Patch #6262. New developers guide and resulting fixes... |
tree | commitdiff |
2007-11-09 |
Ben Pfaff | * automake.mk: Add new file. |
tree | commitdiff |
2007-10-13 |
Ben Pfaff | Use trunc module from gnulib instead of our home-grown... |
tree | commitdiff |
2007-10-12 |
Ben Pfaff | xalloc.h-instead-of-alloc.h.patch from patch #6230. |
tree | commitdiff |
2007-09-19 |
John Darrington | Remove callbacks from struct dataset. Closes patch... |
tree | commitdiff |
2007-07-18 |
Ben Pfaff | Use strict and all warnings. Fix warnings that this... |
tree | commitdiff |
2007-07-07 |
Ben Pfaff | Change license from GPLv2+ to GPLv3+. |
tree | commitdiff |
2007-06-08 |
John Darrington | Delete trailing whitespace at end of lines. |
tree | commitdiff |
2007-06-07 |
Ben Pfaff | Actually implement the new procedure code and adapt... |
tree | commitdiff |
2007-05-06 |
Ben Pfaff | Abstract the documents within a dictionary a little... |
tree | commitdiff |
2007-04-16 |
Ben Pfaff | * compute-dialog.c (function_list_populate): Use new... |
tree | commitdiff |
2007-04-02 |
John Darrington | Changed a lot of non-const pointers to const. |
tree | commitdiff |
2007-03-19 |
Ben Pfaff | * Makefile.am (AUTOMAKE_OPTIONS): Require Automake... |
tree | commitdiff |
2007-02-01 |
Ben Pfaff | Accept TO in any case for use with n-ary functions... |
tree | commitdiff |
2007-01-16 |
Ben Pfaff | Clean up and improve case code. |
tree | commitdiff |
2007-01-16 |
Ben Pfaff | Add a deque, implemented as a circular queue, to libpspp. |
tree | commitdiff |
2007-01-01 |
John Darrington | Applied patch #5653, which adds callbacks to dataset... |
tree | commitdiff |
2006-12-23 |
Ben Pfaff | Make the missing value code do more work, so that its... |
tree | commitdiff |
2006-12-22 |
John Darrington | Added abstract factory to create casefiles. Updated... |
tree | commitdiff |
2006-12-16 |
Ben Pfaff | Reverse order of arguments to DATEDIFF, for compatibili... |
tree | commitdiff |
2006-12-16 |
John Darrington | Committed patch #5636 |
tree | commitdiff |
2006-12-15 |
Ben Pfaff | Remove "Written by Ben Pfaff <blp@gnu.org>" lines every... |
tree | commitdiff |
2006-12-14 |
John Darrington | Made src/language into one big library. Closes patch... |
tree | commitdiff |
2006-12-14 |
Ben Pfaff | Implement DATESUM, DATEDIFF functions. |
tree | commitdiff |
2006-12-11 |
Ben Pfaff | This patch adds the VALUELABEL function for use in... |
tree | commitdiff |
2006-12-10 |
Ben Pfaff | Finish converting struct variable to an opaque type... |
tree | commitdiff |
2006-12-05 |
Ben Pfaff | First step in making struct variable opaque: the boring... |
tree | commitdiff |
2006-11-22 |
Ben Pfaff | Rewrite formatted data input routines to conform to... |
tree | commitdiff |
2006-11-11 |
John Darrington | Encapsulated lexer and updated calling functions accord... |
tree | commitdiff |
2006-11-05 |
Ben Pfaff | Rewrite and improve formatted output routines. |
tree | commitdiff |
2006-11-03 |
Ben Pfaff | Completely rewrite src/data/format.[ch], to achieve... |
tree | commitdiff |
2006-10-26 |
John Darrington | Eliminated global variable current_dataset. |
tree | commitdiff |
2006-10-20 |
John Darrington | Constness and global namespace patrol. |
tree | commitdiff |
2006-10-19 |
John Darrington | Encapsulated the static data of procedure.[ch] into... |
tree | commitdiff |
2006-07-18 |
Ben Pfaff | Patch #5244. |
tree | commitdiff |
2006-07-15 |
John Darrington | Applied patch file #10344. |
tree | commitdiff |
2006-07-14 |
Ben Pfaff | Fixes for bugs/warts found in debug mode compile (bug... |
tree | commitdiff |
2006-07-08 |
Ben Pfaff | Apply patch #5225, assertions. |
tree | commitdiff |
2006-07-04 |
John Darrington | Encapsulated msg_location inside msg_emit |
tree | commitdiff |
2006-06-27 |
Ben Pfaff | Move var_set and variable parsing declarations into... |
tree | commitdiff |
2006-06-09 |
Ben Pfaff | Reform string library. |
tree | commitdiff |
2006-05-15 |
Ben Pfaff | Get rid of capacity argument to ds_init() and update... |
tree | commitdiff |
2006-05-07 |
John Darrington | Reworked very long string support for better encapsulation. |
tree | commitdiff |
2006-05-06 |
Ben Pfaff | Continue reforming procedure execution. In this phase... |
tree | commitdiff |
2006-05-05 |
Ben Pfaff | Continue reforming procedure execution. In this phase... |
tree | commitdiff |
2006-05-04 |
Ben Pfaff | Continue reforming procedure execution. In this phase... |
tree | commitdiff |
2006-05-02 |
John Darrington | Implemented support for very long strings a la spss... |
tree | commitdiff |
2006-05-01 |
Ben Pfaff | Oops--fix last check-in. |
tree | commitdiff |
2006-05-01 |
Ben Pfaff | Prohibit LAG following TEMPORARY. This both matches... |
tree | commitdiff |
2006-04-27 |
Ben Pfaff | Continue reforming procedure execution. In this phase... |
tree | commitdiff |
2006-04-25 |
Ben Pfaff | Continue reforming error message support. In this... |
tree | commitdiff |
2006-04-24 |
Ben Pfaff | Continue reforming error message support. In this... |
tree | commitdiff |
2006-04-17 |
Ben Pfaff | Continue reforming error message support. In this... |
tree | commitdiff |
2006-03-15 |
John Darrington | Changed include paths to be explicitly specified in... |
tree | commitdiff |
2006-03-04 |
Ben Pfaff | Move GCC attribute declarations from pref.h.orig to... |
tree | commitdiff |
2006-03-04 |
John Darrington | added automake.mk files in src/language |
tree | commitdiff |
2006-03-04 |
John Darrington | Added new files resulting from directory restructuring. |
tree | commitdiff |
|