projects
/
pspp
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
SPLIT FILE: Add LAYERED vs. SEPARATE distinction to the dictionary.
[pspp]
/
src
/
language
/
data-io
/
matrix-data.c
2022-07-08
Ben Pfaff
SPLIT FILE: Add LAYERED vs. SEPARATE distinction to...
blob
|
commitdiff
|
raw
2021-12-09
Ben Pfaff
treewide: Replace <name>_cnt by n_<name>s and <name...
blob
|
commitdiff
|
raw
|
diff to current
2021-12-09
Ben Pfaff
message: Introduce underlining for error message regions.
blob
|
commitdiff
|
raw
|
diff to current
2021-12-06
Ben Pfaff
message: Intern file names in msg_location to make...
blob
|
commitdiff
|
raw
|
diff to current
2021-10-02
John Darrington
Use XCALLOC / XZALLOC macros where reasonable
blob
|
commitdiff
|
raw
|
diff to current
2021-09-03
Ben Pfaff
MATRIX DATA: Fully implement.
blob
|
commitdiff
|
raw
|
diff to current
2021-03-22
Ben Pfaff
lexer: New function lex_force_int_range().
blob
|
commitdiff
|
raw
|
diff to current
2020-06-27
John Darrington
Replace some calls to xcalloc with XCALLOC
blob
|
commitdiff
|
raw
|
diff to current
2020-06-20
John Darrington
Don't crash when parsing bad MATRIX DATA commands.
blob
|
commitdiff
|
raw
|
diff to current
2019-07-22
Ben Pfaff
value: Get rid of value_str(), value_str_rw(), value_num().
blob
|
commitdiff
|
raw
|
diff to current
2019-05-23
John Darrington
Matrix Data: Identify splits explicitly instead of...
blob
|
commitdiff
|
raw
|
diff to current
2019-01-02
Ben Pfaff
matrix-data: Only use as many bytes as necessary to...
blob
|
commitdiff
|
raw
|
diff to current
2018-10-01
John Darrington
Reference count struct dictionary.
blob
|
commitdiff
|
raw
|
diff to current
2018-09-23
John Darrington
MATRIX DATA: Fix memory leaks
blob
|
commitdiff
|
raw
|
diff to current
2017-08-03
John Darrington
Merge remote-tracking branch 'origin/master' into sheet
blob
|
commitdiff
|
raw
|
diff to current
2017-06-16
John Darrington
MATRIX DATA: Add /N subcommand
blob
|
commitdiff
|
raw
|
diff to current
2017-05-18
John Darrington
Merge remote-tracking branch 'origin/master' into sheet
blob
|
commitdiff
|
raw
|
diff to current
2017-05-11
John Darrington
DATA MATRIX: Avoid crash on invalid input
blob
|
commitdiff
|
raw
|
diff to current
2017-05-10
John Darrington
MATRIX DATA: Allow non-symetric matrices if /FORMAT...
blob
|
commitdiff
|
raw
|
diff to current
2017-05-09
John Darrington
MATRIX DATA: Cope with long variable names
blob
|
commitdiff
|
raw
|
diff to current
2017-05-01
John Darrington
MATRIX DATA: Fix crash when duplicate variables are...
blob
|
commitdiff
|
raw
|
diff to current
2017-05-01
John Darrington
MATRIX DATA: Handle multiple splits properly
blob
|
commitdiff
|
raw
|
diff to current
2017-04-30
John Darrington
MATRIX DATA: Rewrite to canonical rowtype values
blob
|
commitdiff
|
raw
|
diff to current
2017-04-26
John Darrington
Added the MATRIX DATA procedure.
blob
|
commitdiff
|
raw
|
diff to current
2006-12-19
Ben Pfaff
Make it possible to pull cases from the active file...
blob
|
commitdiff
|
raw
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-12-05
Ben Pfaff
First step in making struct variable opaque: the boring...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-25
Ben Pfaff
We've had a mix of min, max from libpspp/misc.h and...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-22
Ben Pfaff
Rewrite formatted data input routines to conform to...
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-11-03
Ben Pfaff
Completely rewrite src/data/format.[ch], to achieve...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-29
John Darrington
Made array.h const correct, and dealt with the conseque...
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-10-14
John Darrington
Changed a lot of ints to bools.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-08
Ben Pfaff
Apply patch #5225, assertions.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-27
Ben Pfaff
Move var_set and variable parsing declarations into...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-09
Ben Pfaff
Reform string library.
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-27
Ben Pfaff
Continue reforming procedure execution. In this phase...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-16
Ben Pfaff
Get rid of src/libpspp/debug-print.h and all its users...
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