projects
/
pspp
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
(validate_function_args) Fix two msg() bugs found by -Wformat.
[pspp]
/
src
/
ChangeLog
2005-07-31
Ben Pfaff
(validate_function_args) Fix two msg() bugs found by...
blob
|
commitdiff
|
raw
2005-07-31
Ben Pfaff
(expr_debug_print_postfix) Don't pass null pointer...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-31
Ben Pfaff
(var_is_valid_name) Fix three msg() bugs found by ...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-31
Ben Pfaff
(parse_rank_function) Fix msg() bug found by -Wformat.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-31
Ben Pfaff
(postopen) Cast `char' to `unsigned char' before passin...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-31
Ben Pfaff
(read_varables) Fix msg() bug found by -Wformat.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-31
Ben Pfaff
*** empty log message ***
blob
|
commitdiff
|
raw
|
diff to current
2005-07-31
Ben Pfaff
Include <config.h>.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-31
Ben Pfaff
(cmd_match_files) Fix msg() bug found by -Wformat.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-31
Ben Pfaff
(check_common_specifier) Fix msg() bug found by -Wformat.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-31
Ben Pfaff
(cmd_file_handle) Fix msg() bug found by -Wformat.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-31
Ben Pfaff
(parse_Z) [WORDS_BIGENDIAN] Don't declare buf[], to...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-31
Ben Pfaff
(find_word) Cast `char' to `unsigned char' before passi...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-31
Ben Pfaff
(case_compare) Implement as delegating to case_compare_...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-31
Ben Pfaff
Inclusion of <alloca.h> is unneeded.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-31
Ben Pfaff
Don't append -ansi to AM_CFLAGS for GCC. Using -ansi...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-25
Ben Pfaff
Get rid of dependency on libgmp by writing our own...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-25
Ben Pfaff
Allow "1+23" even for F format, for compatibility.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-25
Ben Pfaff
Read and ignore author field in portable files.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-07
Ben Pfaff
* get.c: (mtf_processing) Don't assume that mtf_compare...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-05
Ben Pfaff
* flip.c: [HAVE_SYS_TYPES_H] Really include <sys/types...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-04
Ben Pfaff
* get.c: (cmd_match_files) Fix memory leak on `by'...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-04
Ben Pfaff
Fix NDEBUG compile errors.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-13
Ben Pfaff
Implement embedding for PostScript driver. Fixes bug...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-12
Ben Pfaff
Did some more work on bug 12859 and then realized that...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-07
Ben Pfaff
Continue work on bug 12859, plus some code cleanup.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-06
Ben Pfaff
Fix PR 11894.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-27
John Darrington
Added the parser for the rank command.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-26
Ben Pfaff
Fix PR 13192.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-25
Ben Pfaff
Handle case of a lookup table as the active file.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-25
John Darrington
Reading of system files is now more robust against...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-23
John Darrington
Fixed problem reading long string continuation records.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-21
John Darrington
Allowed reading of "broken" system files which have...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-18
Ben Pfaff
Fix double-free bug.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-18
Ben Pfaff
Omit `-' in F format if value rounds to zero.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-17
Ben Pfaff
Fix PR 11119.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-17
Ben Pfaff
Fix rest of PR 13054.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-16
Ben Pfaff
Fix rest of PR 13054.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-14
John Darrington
Fixed bug 13082
blob
|
commitdiff
|
raw
|
diff to current
2005-05-11
Ben Pfaff
Add assertions.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-11
Ben Pfaff
Fix PR 13054.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-08
John Darrington
Fixed bug #13024
blob
|
commitdiff
|
raw
|
diff to current
2005-05-08
Ben Pfaff
"Fix" PR 13021 by disabling FILE TYPE.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-08
John Darrington
Fixed more gcc 2.95 problems
blob
|
commitdiff
|
raw
|
diff to current
2005-05-05
Ben Pfaff
Fix PR 12948.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-04
Ben Pfaff
Improve hash.c comments, error-checking.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-04
John Darrington
Added CONFIGUREFLAGS option to Smake.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-03
John Darrington
Fixed some problems which prevented compiling on Debian...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-03
John Darrington
Fixed bug 12931
blob
|
commitdiff
|
raw
|
diff to current
2005-05-03
Ben Pfaff
Partial fix for PR 12859.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-03
Ben Pfaff
Improve lex_error() error messages.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-03
Ben Pfaff
Check token type before trying to match tokid. Fixes...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-03
Ben Pfaff
Include <sys/types.h> if available.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-03
Ben Pfaff
Fix generate.pl for Perl 5.6.1.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-02
Ben Pfaff
Remove >>> conflict markers.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-02
Ben Pfaff
New implementation of long variable names. Each variab...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-01
John Darrington
Updated pspp-mode.el.
blob
|
commitdiff
|
raw
|
diff to current
2005-04-29
Ben Pfaff
Improve previous fix for PR 12858 (LAG).
blob
|
commitdiff
|
raw
|
diff to current
2005-04-29
John Darrington
Fixed bug in single arity version of LAG.
blob
|
commitdiff
|
raw
|
diff to current
2005-04-27
John Darrington
Changed a few instances of SHORT_NAME_LEN to LONG_NAME_LEN
blob
|
commitdiff
|
raw
|
diff to current
2005-04-26
John Darrington
Added the ECHO command.
blob
|
commitdiff
|
raw
|
diff to current
2005-04-26
Ben Pfaff
Finish fixing MATCH FILES (PR 11677).
blob
|
commitdiff
|
raw
|
diff to current
2005-04-23
John Darrington
Much as valgrind is very usefull, it can sometimes...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-18
Ben Pfaff
Start work on fixing MATCH FILES.
blob
|
commitdiff
|
raw
|
diff to current
2005-04-14
John Darrington
Oops. Added Changelog headings.
blob
|
commitdiff
|
raw
|
diff to current
2005-04-13
John Darrington
Implemented long variable names a la spss V12.
blob
|
commitdiff
|
raw
|
diff to current
2005-04-05
Ben Pfaff
(parse_aggregate_functions) If dict_create_var() fails...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-20
Ben Pfaff
* aggregate.c: (parse_aggregate_functions) Fix N_NO_VAR...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-19
Ben Pfaff
(dump_aggregate_info) Properly test whether the destina...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-15
Ben Pfaff
Make sort stable (PR 12313).
blob
|
commitdiff
|
raw
|
diff to current
2005-03-14
Ben Pfaff
First phase of making SORT CASES stable (PR 12035).
blob
|
commitdiff
|
raw
|
diff to current
2005-03-13
Ben Pfaff
Start work on testing and debugging AGGREGATE.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-13
John Darrington
Fixed logic error in t-test.q (compare_group_binary)
blob
|
commitdiff
|
raw
|
diff to current
2005-03-12
Ben Pfaff
Fix PR 11628.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-12
Ben Pfaff
Fix PR 11492.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-12
Ben Pfaff
Fix a couple of bugs reported by Ben Kujala
blob
|
commitdiff
|
raw
|
diff to current
2005-03-12
Ben Pfaff
Rewrite portable file reader code and incidentally...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-09
Ben Pfaff
Implement some more transformation functions using...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-08
John Darrington
Made DEBUG commands only available in testing mode.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-07
Ben Pfaff
Use `bool' throughout, where relevant.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-07
Ben Pfaff
DATA LIST with free-field formats should not have impli...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-07
Ben Pfaff
Add even more expression tests and fix the bugs they...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-03
John Darrington
Tweaked some things so that make distcheck passes
blob
|
commitdiff
|
raw
|
diff to current
2005-03-01
Ben Pfaff
Rewrite expression code.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-25
John Darrington
Fixed a bug which caused a crash when reading non-exist...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-14
Ben Pfaff
Fix Bug #11955.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-11
Ben Pfaff
Fri Feb 11 00:08:36 2005 Ben Pfaff <blp@gnu.org>
blob
|
commitdiff
|
raw
|
diff to current
2005-02-07
John Darrington
Fixed bug #11843
blob
|
commitdiff
|
raw
|
diff to current
2005-02-05
John Darrington
Added very rudimentatry support for commmand line compl...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-31
John Darrington
Fixed some more memory problems revealed by valgrind.
blob
|
commitdiff
|
raw
|
diff to current
2005-01-26
John Darrington
Patched the previous patch. Everything should be OK...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-26
John Darrington
Fixed bugs #11722 and #11676
blob
|
commitdiff
|
raw
|
diff to current
2005-01-25
John Darrington
Fixed bug #11675
blob
|
commitdiff
|
raw
|
diff to current
2005-01-24
Ben Pfaff
(print_trns_free) Close the dfm writer if there is...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-24
John Darrington
Fixed a whole lot more memory leaks.
blob
|
commitdiff
|
raw
|
diff to current
2005-01-21
John Darrington
Added linked-list.[ch] --- a general purpose linked...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-18
John Darrington
More memory leaks fixed.
blob
|
commitdiff
|
raw
|
diff to current
2005-01-18
John Darrington
Fixed numerous memory leaks. Changed many of the test...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-14
John Darrington
Integrated the charts into the HTML stream.
blob
|
commitdiff
|
raw
|
diff to current
2005-01-13
John Darrington
Moved the SIGINT handler from casefile.c to main.c
blob
|
commitdiff
|
raw
|
diff to current
next