projects
/
pspp-builds.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Updated the developers' manual to reflect the new situation
[pspp-builds.git]
/
src
/
language
/
xforms
/
2009-07-12
John Darrington
Added a dict parameter to data_in and dealt with the...
tree
|
commitdiff
2009-07-07
John Darrington
Change union value type to contain uint8_t types instea...
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-12
Ben Pfaff
Fix GCC 4.3 warning about uninitialized structure member.
tree
|
commitdiff
2008-10-10
Ben Pfaff
Merge commit 'origin/stable'
tree
|
commitdiff
2008-10-05
John Darrington
Merge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
tree
|
commitdiff
2008-10-02
John Darrington
Enable recode unsupported RECODE mappings.
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-02-10
Ben Pfaff
Add a couple of extensions to GET DATA TYPE=TXT. Patch...
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
posix-xprintf-functions.patch from patch #6230.
tree
|
commitdiff
2007-10-12
Ben Pfaff
xalloc.h-instead-of-alloc.h.patch from patch #6230.
tree
|
commitdiff
2007-10-12
Ben Pfaff
magic-elimination.patch from patch #6230.
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-04-16
Ben Pfaff
(parse_map_in): Improve error message when user
tree
|
commitdiff
2007-04-16
Ben Pfaff
(parse_mappings): Initial "out" member of mapping for...
tree
|
commitdiff
2007-04-16
Ben Pfaff
* recode.c (enlarge_dst_widths): Source isn't null...
tree
|
commitdiff
2007-04-02
John Darrington
Changed a lot of non-const pointers to const.
tree
|
commitdiff
2007-02-02
Ben Pfaff
Handle MAP_SYSMIS case in RECODE, which was carelessly...
tree
|
commitdiff
2007-01-07
John Darrington
Applied patch #5661
tree
|
commitdiff
2006-12-23
Ben Pfaff
Make the missing value code do more work, so that its...
tree
|
commitdiff
2006-12-16
John Darrington
Removed my authorship lines.
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
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-12-01
Ben Pfaff
* compute.c: Fix bug #17422, which reports that a...
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-10-26
John Darrington
Eliminated global variable current_dataset.
tree
|
commitdiff
2006-10-19
John Darrington
Encapsulated the static data of procedure.[ch] into...
tree
|
commitdiff
2006-10-14
John Darrington
Changed a lot of ints to bools.
tree
|
commitdiff
2006-10-07
John Darrington
Implemented the RANK command.
tree
|
commitdiff
2006-09-25
John Darrington
Added casereader_clone function.
tree
|
commitdiff
2006-07-08
Ben Pfaff
Apply patch #5225, assertions.
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-06
Ben Pfaff
Get rid of `char *c' member in union value, for cleanli...
tree
|
commitdiff
2006-05-06
Ben Pfaff
Make FILTER without any further keywords turn off filte...
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-04-27
Ben Pfaff
* variable.h: (struct variable) Rename `reinit' member...
tree
|
commitdiff
2006-04-26
Ben Pfaff
Improve the way we handle the various parsing "states...
tree
|
commitdiff
2006-04-25
Ben Pfaff
Use SW instead of MW for warning associated with a...
tree
|
commitdiff
2006-04-16
Ben Pfaff
Get rid of src/libpspp/debug-print.h and all its users...
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