projects
/
pspp-builds.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Change union value type to contain uint8_t types instead of char.
[pspp-builds.git]
/
src
/
2009-07-07
John Darrington
Change union value type to contain uint8_t types instea...
tree
|
commitdiff
2009-07-07
John Darrington
Use default encoding when reading system files if no...
tree
|
commitdiff
2009-07-07
John Darrington
Fix problem running the perl module
tree
|
commitdiff
2009-07-07
John Darrington
Replace legacy_recode with recode_string.
tree
|
commitdiff
2009-07-07
John Darrington
Fix compile warnings
tree
|
commitdiff
2009-07-07
John Darrington
Fix bug in value labels dialog box
tree
|
commitdiff
2009-07-07
John Darrington
Add dictionary argument to tab_value.
tree
|
commitdiff
2009-07-06
John Darrington
Recode strings when writing system files.
tree
|
commitdiff
2009-07-06
John Darrington
Fix crash when opening empty dataset
tree
|
commitdiff
2009-07-06
John Darrington
Convert to utf8 in data_out function.
tree
|
commitdiff
2009-07-06
John Darrington
data_out function to dynamically allocate return value.
tree
|
commitdiff
2009-07-05
John Darrington
Change enum legacy_encoding to const char *.
tree
|
commitdiff
2009-07-05
John Darrington
Store variable names, labels and value labels as UTF8.
tree
|
commitdiff
2009-06-16
Jason H Stover
Renamed interaction_variable_get_var to interaction_get...
tree
|
commitdiff
2009-06-15
Ben Pfaff
sparse-xarray: Add missing #include <limits.h>.
tree
|
commitdiff
2009-06-15
Ben Pfaff
Allow variables created by var_create_internal to have...
tree
|
commitdiff
2009-06-14
John Darrington
Fix compile warning
tree
|
commitdiff
2009-06-12
Ben Pfaff
Fix type mismatch between value_hash prototype and...
tree
|
commitdiff
2009-06-12
Ben Pfaff
Drop call to deleted function value_cnt_from_width...
tree
|
commitdiff
2009-06-11
Jason H Stover
Fixed crash caused by regressing with categorical variables
tree
|
commitdiff
2009-06-09
John Darrington
Fixed bug inserting cases in data sheet.
tree
|
commitdiff
2009-06-08
Ben Pfaff
Fix handling of #! at beginning of PSPP syntax file...
tree
|
commitdiff
2009-06-07
Ben Pfaff
Remove spurious Makefile from src/output.
tree
|
commitdiff
2009-06-07
Ben Pfaff
crosstabs: Fix chi-square display and add regression...
tree
|
commitdiff
2009-06-07
Ben Pfaff
crosstab: Remove struct that was defined but never...
tree
|
commitdiff
2009-06-07
Ben Pfaff
crosstabs: Remove write-only variable.
tree
|
commitdiff
2009-06-07
Ben Pfaff
crosstabs: Fix segfault when chi-square was requested.
tree
|
commitdiff
2009-06-07
Ben Pfaff
crosstabs: Trim unsightly spaces from titles in output.
tree
|
commitdiff
2009-06-07
Ben Pfaff
crosstabs: Fix memory leaks.
tree
|
commitdiff
2009-06-07
Ben Pfaff
argv-parser: Add assertion to find likely bugs in clien...
tree
|
commitdiff
2009-06-07
Ben Pfaff
datasheet: Fix bugs in datasheet_resize_column() found...
tree
|
commitdiff
2009-06-07
Ben Pfaff
value: New function value_swap.
tree
|
commitdiff
2009-06-07
Ben Pfaff
Move datasheet test out of PSPP into a separate binary.
tree
|
commitdiff
2009-06-07
Ben Pfaff
Make MAX_SHORT_STRING an implementation detail of the...
tree
|
commitdiff
2009-06-07
Ben Pfaff
Use MAX_SHORT_STRING in place of MIN_LONG_STRING.
tree
|
commitdiff
2009-06-07
Ben Pfaff
Fix portable file reader use of long strings.
tree
|
commitdiff
2009-06-07
Ben Pfaff
Get rid of uses of MAX_SHORT_STRING in Gnumeric and...
tree
|
commitdiff
2009-06-07
Ben Pfaff
Implement missing values for long string variables.
tree
|
commitdiff
2009-06-07
Ben Pfaff
Fix test failure introduced along with parse_value().
tree
|
commitdiff
2009-06-07
Ben Pfaff
sys-file-reader: Fix memory leak.
tree
|
commitdiff
2009-06-07
Ben Pfaff
Add support for value labels on long string variables.
tree
|
commitdiff
2009-06-07
Ben Pfaff
New function parse_value() for parsing a value of speci...
tree
|
commitdiff
2009-06-07
Ben Pfaff
Make value_set_missing(), etc. tolerate values of width -1.
tree
|
commitdiff
2009-06-07
John Darrington
Prevent invalid variable widths in variable sheet.
tree
|
commitdiff
2009-06-07
Ben Pfaff
Remove debug printfs that escaped from my local tree.
tree
|
commitdiff
2009-06-07
Ben Pfaff
gui: Fix segfault when pushing Del on a long string...
tree
|
commitdiff
2009-06-07
Ben Pfaff
Change "union value" to dynamically allocate long strings.
tree
|
commitdiff
2009-06-07
Ben Pfaff
output: Add auxiliary data parameter to tab_dim.
tree
|
commitdiff
2009-06-07
Ben Pfaff
New data structure sparse_xarray.
tree
|
commitdiff
2009-06-07
Ben Pfaff
New wrapper for access to temporary files.
tree
|
commitdiff
2009-06-07
Ben Pfaff
model-checker: Add command-line parser for model checki...
tree
|
commitdiff
2009-06-07
Ben Pfaff
Implement new command-line argument parser.
tree
|
commitdiff
2009-06-07
Ben Pfaff
model-checker: Don't discard error states.
tree
|
commitdiff
2009-06-07
Ben Pfaff
model-checker: Revise advice on checking for duplicates.
tree
|
commitdiff
2009-06-07
Ben Pfaff
model-checker: Add more progress functions.
tree
|
commitdiff
2009-06-07
Ben Pfaff
model-checker: Move summary printing function into...
tree
|
commitdiff
2009-06-07
Ben Pfaff
model-checker: Kill dependencies and move back to libpspp.
tree
|
commitdiff
2009-06-07
Ben Pfaff
sparse-array: Simplify code slightly.
tree
|
commitdiff
2009-06-07
Ben Pfaff
sparse-array: Improve iteration interface.
tree
|
commitdiff
2009-06-07
Ben Pfaff
sparse-array: Use __builtin_ctzl on GCC 4.0 or later...
tree
|
commitdiff
2009-06-07
Ben Pfaff
range-set: New functions range_set_last and range_set_prev.
tree
|
commitdiff
2009-06-07
Ben Pfaff
range-set: Add new function range_set_scan().
tree
|
commitdiff
2009-06-07
Ben Pfaff
range-set: Inline some simple functions.
tree
|
commitdiff
2009-06-07
Ben Pfaff
range-set: New function range_set_allocate_fully.
tree
|
commitdiff
2009-06-07
Ben Pfaff
Delete CORRELATIONS skeletal parser.
tree
|
commitdiff
2009-06-07
Ben Pfaff
pool: New function pool_strdup0.
tree
|
commitdiff
2009-06-07
Ben Pfaff
datasheet: Drop false dependency on md4.h.
tree
|
commitdiff
2009-06-07
Ben Pfaff
t-test: Move 'mode' variable from file scope into cmd_t...
tree
|
commitdiff
2009-06-07
Ben Pfaff
t-test: Move 'cmd' variable from file scope into cmd_t_...
tree
|
commitdiff
2009-06-07
Ben Pfaff
t-test: Remove write-only variable.
tree
|
commitdiff
2009-06-03
Jason H Stover
Moved static is_origin from design_matrix.c to category...
tree
|
commitdiff
2009-05-16
John Darrington
Fix bug inserting rows and columns and rename state...
tree
|
commitdiff
2009-05-16
John Darrington
Remove unused code
tree
|
commitdiff
2009-05-15
John Darrington
Correct typo in command line argument string.
tree
|
commitdiff
2009-05-14
John Darrington
Remove unneeded object members
tree
|
commitdiff
2009-05-13
John Darrington
Ensure that windows opens the right file for output.
tree
|
commitdiff
2009-05-13
John Darrington
Correct default_output_path function on Windows.
tree
|
commitdiff
2009-05-12
John Darrington
Don't create histograms for string variables.
tree
|
commitdiff
2009-05-12
John Darrington
Relocate the locale directory.
tree
|
commitdiff
2009-05-09
John Darrington
Merge commit 'origin/stable'
tree
|
commitdiff
2009-05-09
John Darrington
For consistency, use gnulib's memory allocation functio...
tree
|
commitdiff
2009-05-09
John Darrington
Ensure that NUMERIC's format (if any) is a valid output...
tree
|
commitdiff
2009-05-08
John Darrington
Fixed crash calculating trimmed mean with missing values.
tree
|
commitdiff
2009-05-04
Jason H Stover
Remove call to var_set_width
tree
|
commitdiff
2009-05-01
Jason H Stover
Allocate adequate space for permutation
tree
|
commitdiff
2009-04-29
Jason H Stover
Moved is_origin and get_exact_subscript to design-matri...
tree
|
commitdiff
2009-04-29
Jason H Stover
covariance-matrix.c: (is_covariance_contributor) Remove...
tree
|
commitdiff
2009-04-28
John Darrington
Fix compilation error on Cygwin.
tree
|
commitdiff
2009-04-22
John Darrington
Merge commit 'origin/stable'
tree
|
commitdiff
2009-04-20
John Darrington
Revert "Made psppire-conf thread safer"
tree
|
commitdiff
2009-04-20
John Darrington
Revert "Make psppire-axis thread safer"
tree
|
commitdiff
2009-04-19
John Darrington
Made psppire-conf thread safer
tree
|
commitdiff
2009-04-19
John Darrington
Make psppire-axis thread safer
tree
|
commitdiff
2009-04-19
John Darrington
Separate the execute_syntax function into its own file.
tree
|
commitdiff
2009-04-19
John Darrington
Whitespace changes only.
tree
|
commitdiff
2009-04-16
John Darrington
Continue button to grab default on realization
tree
|
commitdiff
2009-04-16
John Darrington
Grab default for close button on message dialog
tree
|
commitdiff
2009-04-16
John Darrington
Update some comments
tree
|
commitdiff
2009-04-15
John Darrington
Avoid warnings when opening a new system file.
tree
|
commitdiff
2009-04-14
John Darrington
Make the gui more thread safe
tree
|
commitdiff
next