projects
/
pspp
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
encoding-guesser: Fix bug in parsing fallback encodings.
[pspp]
/
src
/
language
/
control
/
loop.c
2011-11-06
Ben Pfaff
lexer: Drop lexer parameter from lex_sbc_missing().
blob
|
commitdiff
|
raw
2011-11-06
Ben Pfaff
LOOP: Correctly implement MXLOOPS and add a test.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-01
John Darrington
Merge remote branch 'savannah/master' into sourceview
blob
|
commitdiff
|
raw
|
diff to current
2011-03-20
Ben Pfaff
Rename procedure.[ch] to dataset.[ch].
blob
|
commitdiff
|
raw
|
diff to current
2011-03-20
Ben Pfaff
lexer: Reimplement for better testability and internati...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-19
Ben Pfaff
Update all #include directives to the currently preferr...
blob
|
commitdiff
|
raw
|
diff to current
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
blob
|
commitdiff
|
raw
|
diff to current
2010-11-19
Ben Pfaff
lexer: New type enum token_type.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-16
John Darrington
Merge commit 'origin/stable'
blob
|
commitdiff
|
raw
|
diff to current
2009-09-24
John Darrington
Merge commit 'origin/stable'
blob
|
commitdiff
|
raw
|
diff to current
2009-07-23
John Darrington
Merge commit 'origin/stable'
blob
|
commitdiff
|
raw
|
diff to current
2009-05-09
John Darrington
Merge commit 'origin/stable'
blob
|
commitdiff
|
raw
|
diff to current
2009-04-22
John Darrington
Merge commit 'origin/stable'
blob
|
commitdiff
|
raw
|
diff to current
2009-04-07
John Darrington
Merge commit 'origin/stable'
blob
|
commitdiff
|
raw
|
diff to current
2009-03-31
John Darrington
Merge commit 'origin/stable'
blob
|
commitdiff
|
raw
|
diff to current
2009-03-02
John Darrington
Merge branch 'master'; commit 'origin/stable'
blob
|
commitdiff
|
raw
|
diff to current
2009-02-20
John Darrington
Merge branch 'master' of /home/john/Development/pspp...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-20
John Darrington
Merge commit 'HEAD'; commit 'savannah/master'
blob
|
commitdiff
|
raw
|
diff to current
2009-01-17
John Darrington
Merge commit 'origin/stable'
blob
|
commitdiff
|
raw
|
diff to current
2009-01-07
John Darrington
Merge commit 'savannah/master'
blob
|
commitdiff
|
raw
|
diff to current
2009-01-07
Ben Pfaff
Make cases simpler, faster, and easier to understand.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-11
John Darrington
Merge branch 'master' into rewrite-sheet
blob
|
commitdiff
|
raw
|
diff to current
2008-07-29
Ben Pfaff
Use standard C99 isfinite, isnan, isinf in place of...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-16
Ben Pfaff
Use gsl_isnan instead of isnan, gsl_isinf instead of...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-19
John Darrington
Reworked settings so as to use one large struct instead...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-12
Ben Pfaff
xalloc.h-instead-of-alloc.h.patch from patch #6230.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-07
Ben Pfaff
Change license from GPLv2+ to GPLv3+.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-08
John Darrington
Delete trailing whitespace at end of lines.
blob
|
commitdiff
|
raw
|
diff to current
2006-12-20
Ben Pfaff
Fix bugs in LOOP.
blob
|
commitdiff
|
raw
|
diff to current
2006-12-15
Ben Pfaff
Remove "Written by Ben Pfaff <blp@gnu.org>" lines every...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-10
Ben Pfaff
Finish converting struct variable to an opaque type...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-11
John Darrington
Encapsulated lexer and updated calling functions accord...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-26
John Darrington
Eliminated global variable current_dataset.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-22
John Darrington
More constness/namespace policing
blob
|
commitdiff
|
raw
|
diff to current
2006-10-19
John Darrington
Encapsulated the static data of procedure.[ch] into...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-25
John Darrington
Added casereader_clone function.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-05
Ben Pfaff
Continue reforming procedure execution. In this phase...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-04
Ben Pfaff
Continue reforming procedure execution. In this phase...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-26
Ben Pfaff
Improve the way we handle the various parsing "states...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-15
John Darrington
Changed include paths to be explicitly specified in...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-04
Ben Pfaff
Move GCC attribute declarations from pref.h.orig to...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-04
John Darrington
Added new files resulting from directory restructuring.
blob
|
commitdiff
|
raw
|
diff to current