projects
/
pspp
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
hiding source categories
[pspp]
/
src
/
data
/
2022-04-02
Ben Pfaff
subcase: Rename subcase_destroy() to subcase_uninit().
tree
|
commitdiff
2022-04-01
Ben Pfaff
sys-file-encoding: Clean up .c file on distclean.
tree
|
commitdiff
2021-12-31
Ben Pfaff
Replace more uses of 'cnt' by 'n'.
tree
|
commitdiff
2021-12-30
Ben Pfaff
Change how checking for missing values works.
tree
|
commitdiff
2021-12-26
Ben Pfaff
expressions: Major work to improve error messages.
tree
|
commitdiff
2021-12-16
Ben Pfaff
Convert all Perl build tools to Python and remove Perl...
tree
|
commitdiff
2021-12-11
Ben Pfaff
Clean up how transformations work.
tree
|
commitdiff
2021-12-09
Ben Pfaff
treewide: Replace <name>_cnt by n_<name>s and <name...
tree
|
commitdiff
2021-12-09
Ben Pfaff
Implement the MATRIX command.
tree
|
commitdiff
2021-12-06
Ben Pfaff
lexer: Add tokens for '{', '}', ':', ';' for use in...
tree
|
commitdiff
2021-12-06
Ben Pfaff
file-handle-def: New function fh_equal().
tree
|
commitdiff
2021-12-06
Ben Pfaff
format: Make fmt_check() easier to translate.
tree
|
commitdiff
2021-12-06
Ben Pfaff
any-writer: Add comment.
tree
|
commitdiff
2021-10-09
Ben Pfaff
dataset: Fix memory leak destroying a dataset that...
tree
|
commitdiff
2021-10-05
Ben Pfaff
dictionary: Allow dict_set_documents() argument to...
tree
|
commitdiff
2021-10-02
John Darrington
Replace numerous instances of xzalloc with XZALLOC
tree
|
commitdiff
2021-09-25
John Darrington
Fix possible incorrect assertion when creating unique...
tree
|
commitdiff
2021-09-06
Ben Pfaff
sys-file-encoding: Automatically generate the .c file...
tree
|
commitdiff
2021-09-03
Ben Pfaff
case: Introduce new functions for numbers and substring...
tree
|
commitdiff
2021-09-03
Ben Pfaff
sys-file-encoding: Put the buffer-read-only declaration...
tree
|
commitdiff
2021-08-28
John Darrington
Fix import of ods files with repeated column data.
tree
|
commitdiff
2021-07-24
Ben Pfaff
identifier: Make T_STOP always 0.
tree
|
commitdiff
2021-07-05
Ben Pfaff
message: Make msg_emit() take full ownership of its...
tree
|
commitdiff
2021-05-30
Ben Pfaff
identifier: Remove TOKEN_N_TYPES from enum token_type.
tree
|
commitdiff
2021-05-01
John Darrington
src/data/format.c (fmt_affix_free): Fix memory leak
tree
|
commitdiff
2021-04-13
Ben Pfaff
Refactor SET and SHOW commands so it's harder to forget...
tree
|
commitdiff
2021-04-13
Ben Pfaff
settings: Add macro settings.
tree
|
commitdiff
2021-04-13
Ben Pfaff
settings: Use modern initializer style.
tree
|
commitdiff
2021-04-09
Ben Pfaff
lexer: Add support for macro punctuation.
tree
|
commitdiff
2021-04-09
Ben Pfaff
lexer: Add support for macro identifiers (that begin...
tree
|
commitdiff
2021-03-09
Ben Pfaff
pivot-table: Reduce size of struct pivot_value from...
tree
|
commitdiff
2021-03-08
Ben Pfaff
format: Reduce size of struct fmt_spec from 6 bytes...
tree
|
commitdiff
2021-03-08
Ben Pfaff
format: Reduce size of struct fmt_spec from 12 bytes...
tree
|
commitdiff
2021-02-07
John Darrington
src/data/sys-file-reader.c: (read_header): Remove redun...
tree
|
commitdiff
2021-01-25
Ben Pfaff
zip-reader: Make the zip_reader reference counted.
tree
|
commitdiff
2021-01-25
Ben Pfaff
zip-reader: Switch to a more usual error reporting...
tree
|
commitdiff
2021-01-11
Ben Pfaff
str: Add function xstrdup_if_nonnull() and introduce...
tree
|
commitdiff
2021-01-07
Ben Pfaff
pivot-table: Implement SET SMALL.
tree
|
commitdiff
2021-01-07
Ben Pfaff
pivot-table: Incorporate format settings.
tree
|
commitdiff
2021-01-07
Ben Pfaff
Make data input and output take a fmt_settings structure.
tree
|
commitdiff
2021-01-06
Ben Pfaff
format: Move epoch into struct fmt_settings.
tree
|
commitdiff
2021-01-06
Ben Pfaff
format: Make format settings structure smaller and...
tree
|
commitdiff
2021-01-05
Ben Pfaff
format: Fix typo in comment.
tree
|
commitdiff
2020-12-26
John Darrington
Add copyright and licence notices to files which lack...
tree
|
commitdiff
2020-12-19
Ben Pfaff
sys-file-reader: Omit @(#) from file strings in sfm_get...
tree
|
commitdiff
2020-11-17
John Darrington
src/data/dictionary.c (make_hinted_name): Limit generat...
tree
|
commitdiff
2020-10-10
John Darrington
Rework the spreadsheet import feature of the grapic...
tree
|
commitdiff
2020-09-02
Ben Pfaff
make-file: Pass O_BINARY or O_TEXT to open() call in...
tree
|
commitdiff
2020-09-02
Ben Pfaff
csv-file-writer: Fix typo in user message.
tree
|
commitdiff
2020-08-31
Ben Pfaff
value: Suppress uninitialized tmp.s warning in value_re...
tree
|
commitdiff
2020-08-25
Friedrich Beckmann
Warning: avoid warning that weekday may be used uniniti...
tree
|
commitdiff
2020-08-16
John Darrington
Avoid warnings about ! being passed a non-boolean
tree
|
commitdiff
2020-08-14
Friedrich Beckmann
sys-file-reader: get_text_token did not set delimiter...
tree
|
commitdiff
2020-07-11
John Darrington
#undef close which was causing problems on w32
tree
|
commitdiff
2020-07-04
John Darrington
Follow-up to bugfix #58664
tree
|
commitdiff
2020-07-04
John Darrington
Fix bug #58664
tree
|
commitdiff
2020-06-27
John Darrington
Introduce reference counting for variables.
tree
|
commitdiff
2020-06-27
John Darrington
dictionary.c: Don't emit callbacks when the dictionary...
tree
|
commitdiff
2020-06-27
John Darrington
Revert "Fixed a use after free error when manipulating...
tree
|
commitdiff
2020-06-27
John Darrington
Revert "Fix crash in gui, when T-TEST or ONEWAY while...
tree
|
commitdiff
2020-06-27
John Darrington
src/dictionary.c: Move dict_ref next to dict_unref
tree
|
commitdiff
2020-06-27
John Darrington
Replace some calls to xcalloc with XCALLOC
tree
|
commitdiff
2020-06-20
Ben Pfaff
sys-file-reader: Tolerate duplicate document records.
tree
|
commitdiff
2020-06-20
Ben Pfaff
sys-file-reader: Tolerate invalid variable names.
tree
|
commitdiff
2020-06-20
Ben Pfaff
sys-file-reader: Accept bad variable indexes, with...
tree
|
commitdiff
2020-06-20
John Darrington
Fixed a use after free error when manipulating datasets.
tree
|
commitdiff
2020-06-20
John Darrington
Don't ref or unref the inline file handle.
tree
|
commitdiff
2020-06-14
John Darrington
file-handle-def.h (fh_ref): Add WARN_UNUSED_RESULT...
tree
|
commitdiff
2020-06-07
John Darrington
Whitespace changes only.
tree
|
commitdiff
2020-05-31
John Darrington
Remove #include "gl/dosname.h"
tree
|
commitdiff
2020-06-05
Friedrich Beckmann
improve deletion of consecutive variables #55357
tree
|
commitdiff
2019-12-30
Ben Pfaff
pspp-convert: Add options for selecting variables and...
tree
|
commitdiff
2019-12-02
Ben Pfaff
pspp-convert: Support decrypting SPV files.
tree
|
commitdiff
2019-11-28
John Darrington
Remove #include <assert.h> from files which don't need it
tree
|
commitdiff
2019-11-27
John Darrington
Delete trailing whitespace at line endings.
tree
|
commitdiff
2019-10-11
Ben Pfaff
zip-reader: Read the whole central directory at .zip...
tree
|
commitdiff
2019-09-02
Ben Pfaff
variable: New function var_append_value_name__().
tree
|
commitdiff
2019-09-02
Ben Pfaff
variable: Make var_append_value_name() omit trailing...
tree
|
commitdiff
2019-09-02
Ben Pfaff
AUTORECODE: Fix treatment of missing values.
tree
|
commitdiff
2019-07-22
Ben Pfaff
value: Get rid of value_str(), value_str_rw(), value_num().
tree
|
commitdiff
2019-07-22
Ben Pfaff
value: Drop distinction between long and short string...
tree
|
commitdiff
2019-07-03
John Darrington
Remove UNUSED attributes where they were inappropriate.
tree
|
commitdiff
2019-06-29
John Darrington
unlink_replace_files: Change signature to avoid compile...
tree
|
commitdiff
2019-05-21
John Darrington
Add the WARN_UNUSED_RESULT attribute to all hash functions.
tree
|
commitdiff
2019-05-10
John Darrington
src/data/data-in.c: Whitespace change only.
tree
|
commitdiff
2019-05-03
John Darrington
Update translatable strings relating to internal errors.
tree
|
commitdiff
2019-04-13
John Darrington
Fix crash in gui, when T-TEST or ONEWAY while a filter...
tree
|
commitdiff
2019-02-28
Ben Pfaff
sys-file-writer: Remove assertions based on file position.
tree
|
commitdiff
2019-02-10
Ben Pfaff
format: Always output 2-digit hours for TIME format.
tree
|
commitdiff
2019-01-19
Dave Trollope
Improve MDD writer support.
tree
|
commitdiff
2019-01-13
Ben Pfaff
pspp-convert: Add -a and -l options to search for a...
tree
|
commitdiff
2019-01-13
Ben Pfaff
encrypted-file: Extend magic numbers in try_password().
tree
|
commitdiff
2019-01-02
Ben Pfaff
por-file-writer: Use xasprintf() to avoid careful buffe...
tree
|
commitdiff
2019-01-02
Ben Pfaff
por-file-reader: Use xasprintf() to avoid need for...
tree
|
commitdiff
2019-01-02
Ben Pfaff
ods-reader: Use proper function type for xml read callback.
tree
|
commitdiff
2019-01-01
Ben Pfaff
output: Introduce pivot tables.
tree
|
commitdiff
2018-12-25
Ben Pfaff
format: New function fmt_from_u32().
tree
|
commitdiff
2018-12-25
Ben Pfaff
message: Refactor initializations for struct msg throug...
tree
|
commitdiff
2018-12-25
Ben Pfaff
variable: Make property function return untranslated...
tree
|
commitdiff
2018-12-25
Ben Pfaff
missing-values: New function mv_to_string().
tree
|
commitdiff
next