2018-09-24 |
Ben Pfaff | lexer: Add support for embedded \0 bytes and missing... |
tree | commitdiff |
2018-09-24 |
Ben Pfaff | DO REPEAT: Avoid relying on null terminators. |
tree | commitdiff |
2017-08-31 |
John Darrington | Merge remote-tracking branch 'origin/master' into sheet |
tree | commitdiff |
2017-08-20 |
Stefan Weil | Fix some typos (found by codespell) |
tree | commitdiff |
2017-08-03 |
John Darrington | Merge remote-tracking branch 'origin/master' into sheet |
tree | commitdiff |
2017-07-05 |
John Darrington | Add copyright and licence notices to files which lack... |
tree | commitdiff |
2016-04-07 |
John Darrington | Merge remote-tracking branch 'origin/master' into sheet |
tree | commitdiff |
2016-03-31 |
John Darrington | Fixed by where pspp would crash if ELSE appeared withou... |
tree | commitdiff |
2015-10-09 |
John Darrington | Ensure all lex_readers have the encoding parameter |
tree | commitdiff |
2015-05-01 |
Friedrich Beckmann | merge master->gtk3, fixed psppire-output-view.c refacto... |
tree | commitdiff |
2014-02-21 |
John Darrington | Replace syntactical keywords in error/warning messages... 20140222030507/pspp |
tree | commitdiff |
2014-02-08 |
Ben Pfaff | Remove old changelogs from tree. 20140209030510/pspp 20140210030519/pspp |
tree | commitdiff |
2012-12-30 |
Ben Pfaff | Merge 'master' into 'psppsheet'. 20121231032129/pspp 20130101032123/pspp 20130102032118/pspp 20130103032118/pspp 20130104032103/pspp 20130105032146/pspp 20130106032112/pspp |
tree | commitdiff |
2012-12-28 |
Ben Pfaff | Use UTF-8 case-insensitive hashes and comparisons for... |
tree | commitdiff |
2012-12-24 |
John Darrington | Replace dtoastr with c_dtoastr where appropriate |
tree | commitdiff |
2012-09-30 |
Ben Pfaff | Merge 'master' into 'psppsheet'. |
tree | commitdiff |
2012-09-26 |
Ben Pfaff | Remove variables assigned to but never used. |
tree | commitdiff |
2012-08-19 |
Ben Pfaff | Merge 'master' into 'psppsheet'. |
tree | commitdiff |
2012-07-15 |
John Darrington | DO REPEAT: Fix memory leak |
tree | commitdiff |
2012-04-18 |
Ben Pfaff | DO IF: Fix crash when END IF appears without DO IF. 20120418030503/pspp |
tree | commitdiff |
2011-11-10 |
Ben Pfaff | DO REPEAT: Properly convert lex_syntax_mode to segmente... |
tree | commitdiff |
2011-11-06 |
Ben Pfaff | lexer: Drop lexer parameter from lex_sbc_missing(). |
tree | commitdiff |
2011-11-06 |
Ben Pfaff | LOOP: Correctly implement MXLOOPS and add a test. |
tree | commitdiff |
2011-10-12 |
John Darrington | Remove redundant error message. 20111013030503/pspp 20111015030501/pspp 20111016030502/pspp 20111017030502/pspp 20111018030502/pspp |
tree | commitdiff |
2011-08-26 |
Ben Pfaff | Fix build error if "close" macro is not always visible. 20110826030502/pspp |
tree | commitdiff |
2011-07-01 |
John Darrington | Merge remote branch 'savannah/master' into sourceview |
tree | commitdiff |
2011-04-27 |
Ben Pfaff | Use %zu, not %d, to format a size_t. |
tree | commitdiff |
2011-03-20 |
Ben Pfaff | Rename procedure.[ch] to dataset.[ch]. |
tree | commitdiff |
2011-03-20 |
Ben Pfaff | lexer: Reimplement for better testability and internati... |
tree | commitdiff |
2011-03-20 |
Ben Pfaff | str: Rename ss_chomp() to ss_chomp_byte(), ds_chomp... |
tree | commitdiff |
2011-03-19 |
Ben Pfaff | Update all #include directives to the currently preferr... |
tree | commitdiff |
2010-12-04 |
Ben Pfaff | Remove the NULLINE and ENDCMD settings. |
tree | commitdiff |
2010-11-20 |
Ben Pfaff | lexer: Change the functions for retrieving token strings. 111/pspp 112/pspp 113/pspp 114/pspp 115/pspp 116/pspp 120/pspp 121/pspp 122/pspp 20101122030502/pspp 20101123030502/pspp 20101124030502/pspp 20101125030504/pspp 20101126030502/pspp 20101127030503/pspp 20101202030501/pspp 20101203030504/pspp 20101204030504/pspp |
tree | commitdiff |
2010-11-19 |
Ben Pfaff | lexer: New type enum token_type. |
tree | commitdiff |
2010-11-19 |
Ben Pfaff | str: Change "char" to "byte" in function names. |
tree | commitdiff |
2010-10-17 |
John Darrington | Merge commit 'origin/master' into sso |
tree | commitdiff |
2010-09-28 |
Ben Pfaff | DO REPEAT: Report an error when END REPEAT is missing. |
tree | commitdiff |
2010-09-24 |
Ben Pfaff | message: Consistently initialize locator; use 0 for... |
tree | commitdiff |
2010-09-24 |
Ben Pfaff | lexer: Use lex_is_string() more consistently. |
tree | commitdiff |
2010-09-15 |
John Darrington | Consolidate quoting style in printed strings. |
tree | commitdiff |
2010-07-19 |
John Darrington | Remove unnecessary include directives of hash.h |
tree | commitdiff |
2010-05-21 |
John Darrington | Merge commit 'origin/covariance' |
tree | commitdiff |
2010-02-08 |
Ben Pfaff | Merge "output" into "master" |
tree | commitdiff |
2009-12-25 |
John Darrington | Merge branch 'master' into output |
tree | commitdiff |
2009-12-18 |
John Darrington | Merge branch 'master' into output |
tree | commitdiff |
2009-12-16 |
John Darrington | Merge commit 'origin/stable' |
tree | commitdiff |
2009-10-24 |
Ben Pfaff | Merge "master" into "output". |
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-08-09 |
Ben Pfaff | Add UP_CAST macro, for safer casting from contained... |
tree | commitdiff |
2009-07-23 |
John Darrington | Merge commit 'origin/stable' |
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-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-05-16 |
Ben Pfaff | Use gsl_isnan instead of isnan, gsl_isinf instead of... |
tree | commitdiff |
2008-01-19 |
John Darrington | Reworked settings so as to use one large struct instead... |
tree | commitdiff |
2007-10-12 |
Ben Pfaff | xalloc.h-instead-of-alloc.h.patch from patch #6230. |
tree | commitdiff |
2007-09-23 |
Ben Pfaff | Bug #21111. Reviewed by John Darrington. |
tree | commitdiff |
2007-09-05 |
John Darrington | Implemented the INSERT command. |
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-02-02 |
John Darrington | Fixed bug parsing floating point values in DO-REPEAT. |
tree | commitdiff |
2006-12-20 |
Ben Pfaff | Fix bugs in LOOP. |
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-10 |
Ben Pfaff | * repeat.c (parse_lines): Issue an error when attempti... |
tree | commitdiff |
2006-12-10 |
Ben Pfaff | Finish converting struct variable to an opaque type... |
tree | commitdiff |
2006-12-07 |
John Darrington | Fixed memory leak. |
tree | commitdiff |
2006-12-05 |
John Darrington | Applied patch #5611 |
tree | commitdiff |
2006-12-03 |
Ben Pfaff | Fix lack of ->name and ->location in DO REPEAT's getl_i... |
tree | commitdiff |
2006-12-01 |
Ben Pfaff | Properly handle empty DO REPEAT...END REPEAT block... |
tree | commitdiff |
2006-11-30 |
John Darrington | deleted some commented out code. |
tree | commitdiff |
2006-11-29 |
John Darrington | Applying patch #5562 |
tree | commitdiff |
2006-11-11 |
John Darrington | Encapsulated lexer and updated calling functions accord... |
tree | commitdiff |
2006-10-28 |
John Darrington | Eliminated global variable getl_buf |
tree | commitdiff |
2006-10-26 |
John Darrington | Eliminated global variable current_dataset. |
tree | commitdiff |
2006-10-22 |
John Darrington | More constness/namespace policing |
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-09-25 |
John Darrington | Added casereader_clone function. |
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-08 |
Ben Pfaff | Fix DO REPEAT memory leaks. |
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-04-26 |
Ben Pfaff | Improve the way we handle the various parsing "states... |
tree | commitdiff |
2006-04-16 |
Ben Pfaff | Get rid of src/libpspp/debug-print.h and all its users... |
tree | commitdiff |
next |