projects
/
pspp-builds.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
pspp-builds.git
2009-06-09
John Darrington
Fixed bug inserting cases in data sheet.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-08
Ben Pfaff
Fix handling of #! at beginning of PSPP syntax file...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
Remove spurious Makefile from src/output.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
crosstabs: Fix chi-square display and add regression...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
crosstab: Remove struct that was defined but never...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
crosstabs: Remove write-only variable.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
crosstabs: Fix segfault when chi-square was requested.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
datasheet-test: Add support for testing string backing...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
crosstabs: Trim unsightly spaces from titles in output.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
crosstabs: Fix memory leaks.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
argv-parser: Add assertion to find likely bugs in clien...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
datasheet: Fix bugs in datasheet_resize_column() found...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
datasheet-test: Add test for datasheet_resize_column().
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
datasheet-test: Fix printing of string values in error...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
datasheet-test: Check duplicate states before discardin...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
datasheet-test: Make column widths to test configurable...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
datasheet-test: Don't test null operations.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
sparse-xarray-test: Style and comment fixes.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
value: New function value_swap.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
Move datasheet test out of PSPP into a separate binary.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
Make MAX_SHORT_STRING an implementation detail of the...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
Use MAX_SHORT_STRING in place of MIN_LONG_STRING.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
Fix portable file reader use of long strings.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
Get rid of uses of MAX_SHORT_STRING in Gnumeric and...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
Implement missing values for long string variables.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
Fix test failure introduced along with parse_value().
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
sys-file-reader: Fix memory leak.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
Add support for value labels on long string variables.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
New function parse_value() for parsing a value of speci...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
Make value_set_missing(), etc. tolerate values of width -1.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
John Darrington
Prevent invalid variable widths in variable sheet.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
Remove debug printfs that escaped from my local tree.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
gui: Fix segfault when pushing Del on a long string...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
Change "union value" to dynamically allocate long strings.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
output: Add auxiliary data parameter to tab_dim.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
New data structure sparse_xarray.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
New wrapper for access to temporary files.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
model-checker: Add command-line parser for model checki...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
Implement new command-line argument parser.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
model-checker: Don't discard error states.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
model-checker: Revise advice on checking for duplicates.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
model-checker: Add more progress functions.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
model-checker: Move summary printing function into...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
model-checker: Kill dependencies and move back to libpspp.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
sparse-array: Simplify code slightly.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
sparse-array: Improve iteration interface.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
sparse-array: Use __builtin_ctzl on GCC 4.0 or later...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
range-set: New functions range_set_last and range_set_prev.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
range-set: Add new function range_set_scan().
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
range-set: Inline some simple functions.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
range-set: Add test coverage for range_set_destroy...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
range-set: New function range_set_allocate_fully.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
Delete CORRELATIONS skeletal parser.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
pool: New function pool_strdup0.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
datasheet: Drop false dependency on md4.h.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
perl-module: Better document "make test" requirements.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
t-test: Move 'mode' variable from file scope into cmd_t...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
t-test: Move 'cmd' variable from file scope into cmd_t_...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-07
Ben Pfaff
t-test: Remove write-only variable.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-03
Jason H Stover
Moved static is_origin from design_matrix.c to category...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-17
John Darrington
Fix incorrect word order
commit
|
commitdiff
|
tree
|
snapshot
2009-05-17
John Darrington
Remove whitespace before footnotes
commit
|
commitdiff
|
tree
|
snapshot
2009-05-17
John Darrington
Correct grammar
commit
|
commitdiff
|
tree
|
snapshot
2009-05-17
John Darrington
Change examples using heights to be all in millimetres
commit
|
commitdiff
|
tree
|
snapshot
2009-05-17
John Darrington
Delete '*' from DATA LIST examples
commit
|
commitdiff
|
tree
|
snapshot
2009-05-17
John Darrington
Mention that two juxtapose LIST keywords are intentional
commit
|
commitdiff
|
tree
|
snapshot
2009-05-17
John Darrington
Fix misaligned menu items
commit
|
commitdiff
|
tree
|
snapshot
2009-05-17
John Darrington
Added a tutorial chapter to the manual.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-16
John Darrington
Fix bug inserting rows and columns and rename state...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-16
John Darrington
Remove unused code
commit
|
commitdiff
|
tree
|
snapshot
2009-05-15
John Darrington
Updated dutch translation. Thanks to unkonwn-1
commit
|
commitdiff
|
tree
|
snapshot
2009-05-15
John Darrington
Correct typo in command line argument string.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-14
John Darrington
Remove gratuitous call to change_active_cell.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-14
John Darrington
Remove unneeded object members
commit
|
commitdiff
|
tree
|
snapshot
2009-05-13
John Darrington
Ensure that windows opens the right file for output.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-13
John Darrington
Correct default_output_path function on Windows.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-12
John Darrington
Don't create histograms for string variables.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-12
John Darrington
Relocate the locale directory.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-09
John Darrington
Merge commit 'origin/stable'
commit
|
commitdiff
|
tree
|
snapshot
2009-05-09
John Darrington
For consistency, use gnulib's memory allocation functio...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-09
John Darrington
Ensure that NUMERIC's format (if any) is a valid output...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
John Darrington
Fixed crash calculating trimmed mean with missing values.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-04
Jason H Stover
Remove call to var_set_width
commit
|
commitdiff
|
tree
|
snapshot
2009-05-01
Jason H Stover
Allocate adequate space for permutation
commit
|
commitdiff
|
tree
|
snapshot
2009-04-29
Jason H Stover
Moved is_origin and get_exact_subscript to design-matri...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-29
Jason H Stover
covariance-matrix.c: (is_covariance_contributor) Remove...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-28
John Darrington
Fix compilation error on Cygwin.
commit
|
commitdiff
|
tree
|
snapshot
2009-04-23
John Darrington
Added Dutch translation. Thanks to unknown-1
commit
|
commitdiff
|
tree
|
snapshot
2009-04-23
John Darrington
Fix bug where data sometimes got erroneously copied...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-23
John Darrington
Remove unused code
commit
|
commitdiff
|
tree
|
snapshot
2009-04-23
John Darrington
Fix GUI bug risizing columns.
commit
|
commitdiff
|
tree
|
snapshot
2009-04-22
John Darrington
Compensate cell border for gridline thickness
commit
|
commitdiff
|
tree
|
snapshot
2009-04-22
John Darrington
Merge commit 'origin/stable'
commit
|
commitdiff
|
tree
|
snapshot
2009-04-22
John Darrington
Replace BORDER_WIDTH macro with appropriate cell_paddin...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-20
John Darrington
Revert "Made psppire-conf thread safer"
commit
|
commitdiff
|
tree
|
snapshot
2009-04-20
John Darrington
Revert "Make psppire-axis thread safer"
commit
|
commitdiff
|
tree
|
snapshot
2009-04-19
John Darrington
Made psppire-conf thread safer
commit
|
commitdiff
|
tree
|
snapshot
2009-04-19
John Darrington
Make psppire-axis thread safer
commit
|
commitdiff
|
tree
|
snapshot
2009-04-19
John Darrington
Separate the execute_syntax function into its own file.
commit
|
commitdiff
|
tree
|
snapshot
2009-04-19
John Darrington
Whitespace changes only.
commit
|
commitdiff
|
tree
|
snapshot
next