2011-03-20 |
Ben Pfaff | Change terminology from "active file" to "active dataset". |
tree | commitdiff |
2011-03-20 |
Ben Pfaff | dataset: Use similar form to dictionary code for callba... |
tree | commitdiff |
2011-03-20 |
Ben Pfaff | dataset: Rename functions with "dataset_" prefix. |
tree | commitdiff |
2011-03-20 |
Ben Pfaff | Rename procedure.[ch] to dataset.[ch]. |
tree | commitdiff |
2011-03-20 |
Ben Pfaff | dataset: Remove unused types and useless struct forward... |
tree | commitdiff |
2011-03-20 |
Ben Pfaff | lexer: Reimplement for better testability and internati... |
tree | commitdiff |
2011-03-20 |
Ben Pfaff | identifier: Rename token_type_to_string() and make... |
tree | commitdiff |
2011-03-20 |
Ben Pfaff | sys-file-reader: Refactor to clean up character encodin... |
tree | commitdiff |
2011-03-20 |
Ben Pfaff | file-name: Do not make output files line-buffered in... |
tree | commitdiff |
2011-03-20 |
Ben Pfaff | file-handle-def: Use hmap instead of list for name... |
tree | commitdiff |
2011-03-19 |
Ben Pfaff | Update all #include directives to the currently preferr... |
tree | commitdiff |
2011-02-20 |
Ben Pfaff | data-out: Optimize and fix some bad assumptions. |
tree | commitdiff |
2011-02-20 |
Ben Pfaff | data-out: Reorganize output_Z() to be more easily under... |
tree | commitdiff |
2011-02-20 |
Ben Pfaff | format: Count prefix and suffix width in terms of displ... |
tree | commitdiff |
2011-02-20 |
Ben Pfaff | format: Create a new "struct fmt_affix" for prefix... |
tree | commitdiff |
2011-02-20 |
Ben Pfaff | data-out: Make each converter responsible for storing... |
tree | commitdiff |
2011-02-20 |
Ben Pfaff | format: Increase abstraction of fmt_number_style. |
tree | commitdiff |
2011-02-20 |
Ben Pfaff | legacy-encoding: Remove. |
tree | commitdiff |
2011-02-20 |
Ben Pfaff | i18n: Introduce C_ENCODING as replacement for LEGACY_NA... |
tree | commitdiff |
2011-02-15 |
Ben Pfaff | Use new Gnulib function dtoastr() to format short,... |
tree | commitdiff |
2011-02-05 |
Ben Pfaff | por-file-reader: Remove dependency on VAR_NAME_LEN. |
tree | commitdiff |
2011-02-05 |
Ben Pfaff | vector: Remove VAR_NAME_LEN limit for internal represen... |
tree | commitdiff |
2011-02-05 |
Ben Pfaff | variable: Remove VAR_NAME_LEN limit for internal repres... |
tree | commitdiff |
2011-02-05 |
Ben Pfaff | dict: Make dict_make_unique_var_name() return an alloca... |
tree | commitdiff |
2011-02-05 |
Ben Pfaff | sys-file-writer: Fix subtype used for v14+ multiple... |
tree | commitdiff |
2011-02-04 |
Ben Pfaff | sys-file-reader: Elevate invalid number of labels from... |
tree | commitdiff |
2011-02-04 |
Ben Pfaff | sys-file-reader: Avoid redundant "within system file... |
tree | commitdiff |
2011-02-04 |
Ben Pfaff | sys-file-reader: Improve debugging usefulness of error... |
tree | commitdiff |
2011-02-04 |
Ben Pfaff | sys-file-reader: Really enable warnings for invalid... |
tree | commitdiff |
2011-02-04 |
Ben Pfaff | sys-file-reader: Add missing periods at end of error... |
tree | commitdiff |
2011-01-31 |
Ben Pfaff | sys-file-reader: Check that multiple response set names... |
tree | commitdiff |
2011-01-31 |
Ben Pfaff | sys-file-reader: Fix double-free on read of partial... |
tree | commitdiff |
2010-12-12 |
Ben Pfaff | identifier: New function token_type_to_string(). |
tree | commitdiff |
2010-12-04 |
Ben Pfaff | Remove the NULLINE and ENDCMD settings. |
tree | commitdiff |
2010-11-19 |
Ben Pfaff | lexer: New type enum token_type. |
tree | commitdiff |
2010-11-19 |
Ben Pfaff | identifier: Add some functions for Unicode syntax. |
tree | commitdiff |
2010-11-19 |
Ben Pfaff | str: Change "char" to "byte" in function names. |
tree | commitdiff |
2010-11-16 |
Ben Pfaff | sys-file: Add functions for converting between codepage... |
tree | commitdiff |
2010-10-30 |
Ben Pfaff | datasheet: Add a few assertions. |
tree | commitdiff |
2010-10-27 |
Ben Pfaff | case: Add support for debugging case reference count... |
tree | commitdiff |
2010-10-25 |
John Darrington | Remove various duplicated #include directives |
tree | commitdiff |
2010-10-03 |
John Darrington | Added gettext markup to some strings which required it |
tree | commitdiff |
2010-10-03 |
John Darrington | Remove erroneous CONST_CAST |
tree | commitdiff |
2010-10-03 |
John Darrington | Constness |
tree | commitdiff |
2010-10-03 |
John Darrington | Fix memory leaks in ROC command |
tree | commitdiff |
2010-10-03 |
John Darrington | Add comments informing the caller about side effects |
tree | commitdiff |
2010-10-03 |
John Darrington | Consistently use the return value from case_ref. |
tree | commitdiff |
2010-10-02 |
John Darrington | Use macros from cast.h instead of literal casts |
tree | commitdiff |
2010-09-30 |
John Darrington | Fix memory leak in casegrouper. Closes bug #30764 |
tree | commitdiff |
2010-09-30 |
Ben Pfaff | casereader: Fix casereader_select() with BY argument... |
tree | commitdiff |
2010-09-24 |
Ben Pfaff | data-in: Get rid of first_column, last_column arguments. |
tree | commitdiff |
2010-09-24 |
Ben Pfaff | data-in: Make data_in() parameters more uniform. |
tree | commitdiff |
2010-09-24 |
Ben Pfaff | data-in: Rewrite logic for recoding input, and get... |
tree | commitdiff |
2010-09-24 |
Ben Pfaff | data-in: Eliminate "implied_decimals" parameter from... |
tree | commitdiff |
2010-09-24 |
Ben Pfaff | calendar: Use sensible error reporting in calendar_greg... |
tree | commitdiff |
2010-09-24 |
Ben Pfaff | message: Add column range to struct msg_locator. |
tree | commitdiff |
2010-09-24 |
Ben Pfaff | message: Consistently initialize locator; use 0 for... |
tree | commitdiff |
2010-09-19 |
John Darrington | Const casts. |
tree | commitdiff |
2010-09-18 |
John Darrington | Fix outstanding quote style issues |
tree | commitdiff |
2010-09-15 |
John Darrington | Consolidate quoting style in printed strings. |
tree | commitdiff |
2010-09-05 |
John Darrington | Remove obsolete comments. |
tree | commitdiff |
2010-08-29 |
Ben Pfaff | Implement the PRESERVE and RESTORE commands. |
tree | commitdiff |
2010-08-29 |
Ben Pfaff | settings: Avoid using a pointer and global data for... |
tree | commitdiff |
2010-08-29 |
Ben Pfaff | settings: Make viewwidth, viewlength "int"s instead... |
tree | commitdiff |
2010-08-29 |
Ben Pfaff | settings: Reformat the_settings initializer. |
tree | commitdiff |
2010-08-29 |
Ben Pfaff | format: Introduce a new type, struct fmt_settings. |
tree | commitdiff |
2010-08-29 |
Ben Pfaff | format: Make fmt_number_style_init(), fmt_number_style_... |
tree | commitdiff |
2010-08-29 |
Ben Pfaff | format: Remove prototypes of unimplemented functions. |
tree | commitdiff |
2010-08-29 |
Ben Pfaff | format: Move is_fmt_type() prototype near more-related... |
tree | commitdiff |
2010-08-29 |
Ben Pfaff | format: Remove declaration of data that is never used. |
tree | commitdiff |
2010-08-24 |
John Darrington | Constness |
tree | commitdiff |
2010-08-24 |
Ben Pfaff | format: Optimize fmt_from_io(). |
tree | commitdiff |
2010-08-24 |
Ben Pfaff | format: Fix type code for Z format in system and portab... |
tree | commitdiff |
2010-08-22 |
John Darrington | SET MXWARNS = 0 to be interpreted as unlimited. |
tree | commitdiff |
2010-08-20 |
John Darrington | file-handle-def.c: replace hash with hmap |
tree | commitdiff |
2010-08-09 |
Ben Pfaff | Implement SAVE TRANSLATE to comma- and tab-delimited... |
tree | commitdiff |
2010-08-09 |
Ben Pfaff | SAVE: Fix UNSELECTED=RETAIN with a filter variable. |
tree | commitdiff |
2010-08-09 |
Ben Pfaff | sys-file-writer: Consistently use "goto error" to exit. |
tree | commitdiff |
2010-08-09 |
Ben Pfaff | sys-file-writer: Make write_error(), close_writer(... |
tree | commitdiff |
2010-08-09 |
Ben Pfaff | sys-file-writer: Fix comment. |
tree | commitdiff |
2010-08-09 |
Ben Pfaff | Replace S_I[RWX]{USR,GRP,OTH} macros by their values. |
tree | commitdiff |
2010-07-30 |
Ben Pfaff | make-file: Remove superfluous fflush(). |
tree | commitdiff |
2010-07-30 |
Ben Pfaff | temp-file: Rename "ext-array" (for "external array"). |
tree | commitdiff |
2010-07-24 |
John Darrington | Fix memory leak in MRSETS |
tree | commitdiff |
2010-07-19 |
John Darrington | Remove unnecessary include directives of hash.h |
tree | commitdiff |
2010-07-18 |
John Darrington | Fix memory leak in data_in |
tree | commitdiff |
2010-07-04 |
John Darrington | Fix various memory leaks |
tree | commitdiff |
2010-06-15 |
John Darrington | Remove unused functions make_temp_file and make_unique_... |
tree | commitdiff |
2010-06-11 |
Ben Pfaff | tmpfile: Rename "struct tmpfile" to "struct temp_file". |
tree | commitdiff |
2010-06-02 |
John Darrington | Fix memory leak in casewriter_make_reader. |
tree | commitdiff |
2010-05-22 |
Ben Pfaff | sys-file-reader: Fix reading overlong value labels... |
tree | commitdiff |
2010-05-21 |
John Darrington | Merge commit 'origin/covariance' |
tree | commitdiff |
2010-05-21 |
Ben Pfaff | sys-file-reader: Variable attributes record uses long... |
tree | commitdiff |
2010-05-21 |
Ben Pfaff | sys-file-reader: Tolerate variable labels longer than... |
tree | commitdiff |
2010-05-02 |
Ben Pfaff | Use ftello() and fseeko() instead of ftell() and fseek... |
tree | commitdiff |
2010-05-02 |
Ben Pfaff | Implement MRSETS command. |
tree | commitdiff |
2010-04-22 |
Ben Pfaff | Document system file record type 7, subtype 16 as 64... |
tree | commitdiff |
2010-04-14 |
Ben Pfaff | short-names: Eliminate use of old hash table data struc... |
tree | commitdiff |
2010-04-12 |
Ben Pfaff | value: New function value_clone_pool(). |
tree | commitdiff |
2010-04-12 |
Ben Pfaff | dictionary: Use hmap instead of older hsh_table. |
tree | commitdiff |
next |