2006-05-14 |
Ben Pfaff | Break autoreconf call into calls to individual programs...
|
commit | commitdiff | tree |
2006-05-14 |
Ben Pfaff | (outp_eject_page): Always make sure that a page is...
|
commit | commitdiff | tree |
2006-05-14 |
Ben Pfaff | Fix PostScript output of multiple charts.
|
commit | commitdiff | tree |
2006-05-14 |
Ben Pfaff | Fix style of "else" clause.
|
commit | commitdiff | tree |
2006-05-14 |
Ben Pfaff | Fix style of "else" clause.
|
commit | commitdiff | tree |
2006-05-14 |
Ben Pfaff | Properly indent comment.
|
commit | commitdiff | tree |
2006-05-10 |
Ben Pfaff | Add WARN_UNUSED_RESULT to procedure function prototypes
|
commit | commitdiff | tree |
2006-05-10 |
Ben Pfaff | Convert many uses of `int' to `bool'.
|
commit | commitdiff | tree |
2006-05-10 |
Ben Pfaff | Fix memory leak in MATCH FILES.
|
commit | commitdiff | tree |
2006-05-10 |
Ben Pfaff | Use <stdarg.h> from gnulib instead of our home-grown...
|
commit | commitdiff | tree |
2006-05-09 |
Ben Pfaff | Include <stdarg.h>, needed for va_list.
|
commit | commitdiff | tree |
2006-05-08 |
Ben Pfaff | Fix memory leak in AGGREGATE.
|
commit | commitdiff | tree |
2006-05-08 |
Ben Pfaff | Fix DO REPEAT memory leaks.
|
commit | commitdiff | tree |
2006-05-08 |
Ben Pfaff | Add pool_asprintf(), pool_vasprintf().
|
commit | commitdiff | tree |
2006-05-08 |
Ben Pfaff | Only use "A TO B" for increasing runs of integers,...
|
commit | commitdiff | tree |
2006-05-08 |
Ben Pfaff | Improve DO REPEAT description.
|
commit | commitdiff | tree |
2006-05-08 |
Ben Pfaff | Improve DO REPEAT description.
|
commit | commitdiff | tree |
2006-05-08 |
Ben Pfaff | New macro WARN_UNUSED_RESULT.
|
commit | commitdiff | tree |
2006-05-08 |
Ben Pfaff | Check return value of pool_fclose().
|
commit | commitdiff | tree |
2006-05-07 |
Ben Pfaff | Add va_copy.h header instead of inlining a definition.
|
commit | commitdiff | tree |
2006-05-07 |
Ben Pfaff | Destroy chain's trns member, to fix memory leak.
|
commit | commitdiff | tree |
2006-05-07 |
Ben Pfaff | Destroy case source to fix memory leak.
|
commit | commitdiff | tree |
2006-05-07 |
Ben Pfaff | Fix memory leak in scratch reader.
|
commit | commitdiff | tree |
2006-05-07 |
Ben Pfaff | Simplify multipass_procedure().
|
commit | commitdiff | tree |
2006-05-07 |
Ben Pfaff | Improvements to case implementation.
|
commit | commitdiff | tree |
2006-05-07 |
Ben Pfaff | Fix segfault.
|
commit | commitdiff | tree |
2006-05-07 |
Ben Pfaff | Remove declaration of dump_split_vars(), which is never...
|
commit | commitdiff | tree |
2006-05-07 |
Ben Pfaff | Some more cleanup with value labels.
|
commit | commitdiff | tree |
2006-05-06 |
Ben Pfaff | Remove unneeded dependency on variable.h.
|
commit | commitdiff | tree |
2006-05-06 |
Ben Pfaff | Get rid of `char *c' member in union value, for cleanliness.
|
commit | commitdiff | tree |
2006-05-06 |
Ben Pfaff | Make dictionary compacting functions a little more...
|
commit | commitdiff | tree |
2006-05-06 |
Ben Pfaff | (does_dict_need_translation) Fix bug: inverted return...
|
commit | commitdiff | tree |
2006-05-06 |
Ben Pfaff | Make FILTER without any further keywords turn off filtering...
|
commit | commitdiff | tree |
2006-05-06 |
Ben Pfaff | Use a casefile, instead of a case sink, for MATCH FILES...
|
commit | commitdiff | tree |
2006-05-06 |
Ben Pfaff | Search and replace "vfm" by "proc".
|
commit | commitdiff | tree |
2006-05-06 |
Ben Pfaff | Remove notes that are no longer interesting.
|
commit | commitdiff | tree |
2006-05-06 |
Ben Pfaff | Continue reforming procedure execution. In this phase...
|
commit | commitdiff | tree |
2006-05-06 |
Ben Pfaff | Update.
|
commit | commitdiff | tree |
2006-05-06 |
Ben Pfaff | Continue reforming procedure execution. In this phase...
|
commit | commitdiff | tree |
2006-05-06 |
Ben Pfaff | Oops: fix ChangeLogs.
|
commit | commitdiff | tree |
2006-05-06 |
Ben Pfaff | Continue reforming procedure execution. In this phase...
|
commit | commitdiff | tree |
2006-05-06 |
Ben Pfaff | Continue reforming procedure execution. Change internal_pro...
|
commit | commitdiff | tree |
2006-05-06 |
Ben Pfaff | Get rid of unused struct member.
|
commit | commitdiff | tree |
2006-05-05 |
Ben Pfaff | Continue reforming procedure execution. In this phase...
|
commit | commitdiff | tree |
2006-05-05 |
Ben Pfaff | Update.
|
commit | commitdiff | tree |
2006-05-05 |
Ben Pfaff | Update.
|
commit | commitdiff | tree |
2006-05-04 |
Ben Pfaff | Continue reforming procedure execution. In this phase...
|
commit | commitdiff | tree |
2006-05-04 |
Ben Pfaff | Fix spelling in comment.
|
commit | commitdiff | tree |
2006-05-02 |
Ben Pfaff | Add missing function comments.
|
commit | commitdiff | tree |
2006-05-02 |
Ben Pfaff | Continue reforming procedure execution. In this phase...
|
commit | commitdiff | tree |
2006-05-02 |
Ben Pfaff | No need to add 1 to arg passed to ds_extend(), because...
|
commit | commitdiff | tree |
2006-05-02 |
Ben Pfaff | Declarations must precede statements for C90 compliance.
|
commit | commitdiff | tree |
2006-05-02 |
Ben Pfaff | Minor wordsmithing.
|
commit | commitdiff | tree |
2006-05-02 |
Ben Pfaff | Further clean up the CMD_* command result codes.
|
commit | commitdiff | tree |
2006-05-01 |
Ben Pfaff | Remove vestiges of REPEATING DATA support.
|
commit | commitdiff | tree |
2006-05-01 |
Ben Pfaff | Remove vestiges of REPEATING DATA support.
|
commit | commitdiff | tree |
2006-05-01 |
Ben Pfaff | Fix change log.
|
commit | commitdiff | tree |
2006-05-01 |
Ben Pfaff | Fix change log.
|
commit | commitdiff | tree |
2006-05-01 |
Ben Pfaff | Remove vestiges of FILE TYPE support.
|
commit | commitdiff | tree |
2006-05-01 |
Ben Pfaff | Change case limit type from int to size_t.
|
commit | commitdiff | tree |
2006-05-01 |
Ben Pfaff | Oops--fix last check-in.
|
commit | commitdiff | tree |
2006-05-01 |
Ben Pfaff | Clarify LAG function.
|
commit | commitdiff | tree |
2006-05-01 |
Ben Pfaff | Prohibit LAG following TEMPORARY. This both matches...
|
commit | commitdiff | tree |
2006-04-29 |
Ben Pfaff | Fix excessively long line.
|
commit | commitdiff | tree |
2006-04-28 |
Ben Pfaff | Remove duplicate header inclusion.
|
commit | commitdiff | tree |
2006-04-27 |
Ben Pfaff | CLEAR TRANSFORMATIONS is unsafe as implemented. It...
|
commit | commitdiff | tree |
2006-04-27 |
Ben Pfaff | * variable.h: (struct variable) Rename `reinit' member...
|
commit | commitdiff | tree |
2006-04-27 |
Ben Pfaff | Continue reforming procedure execution. In this phase...
|
commit | commitdiff | tree |
2006-04-27 |
Ben Pfaff | Fix header ordering.
|
commit | commitdiff | tree |
2006-04-27 |
Ben Pfaff | Fix comment.
|
commit | commitdiff | tree |
2006-04-27 |
Ben Pfaff | Continue reforming procedure execution. In this phase...
|
commit | commitdiff | tree |
2006-04-26 |
Ben Pfaff | Start reforming procedure execution. In this phase...
|
commit | commitdiff | tree |
2006-04-26 |
Ben Pfaff | Update to-do list.
|
commit | commitdiff | tree |
2006-04-26 |
Ben Pfaff | Use SN instead of MN for most output from SHOW, because...
|
commit | commitdiff | tree |
2006-04-26 |
Ben Pfaff | Remove `init' member from struct variable, which was...
|
commit | commitdiff | tree |
2006-04-26 |
Ben Pfaff | Improve the way we handle the various parsing "states...
|
commit | commitdiff | tree |
2006-04-25 |
Ben Pfaff | Add msg-ui.h to sources.
|
commit | commitdiff | tree |
2006-04-25 |
Ben Pfaff | Add README explaining not to use msg() here.
|
commit | commitdiff | tree |
2006-04-25 |
Ben Pfaff | Use SW instead of MW for warning associated with a...
|
commit | commitdiff | tree |
2006-04-25 |
Ben Pfaff | Use SE instead of ME for errors associated with a syntax...
|
commit | commitdiff | tree |
2006-04-25 |
Ben Pfaff | Use SE instead of ME for parse errors.
|
commit | commitdiff | tree |
2006-04-25 |
Ben Pfaff | Simplify a bit of code using snprintf().
|
commit | commitdiff | tree |
2006-04-25 |
Ben Pfaff | Don't special-case MS-DOS line ends.
|
commit | commitdiff | tree |
2006-04-25 |
Ben Pfaff | Finish reforming error message support. In this phase...
|
commit | commitdiff | tree |
2006-04-25 |
Ben Pfaff | Continue reforming error message support. In this...
|
commit | commitdiff | tree |
2006-04-25 |
Ben Pfaff | * main.c: (terminate) Mark static and NO_RETURN. If...
|
commit | commitdiff | tree |
2006-04-25 |
Ben Pfaff | Continue reforming error message support. In this...
|
commit | commitdiff | tree |
2006-04-24 |
Ben Pfaff | *** empty log message ***
|
commit | commitdiff | tree |
2006-04-24 |
Ben Pfaff | Use gnulib exit module.
|
commit | commitdiff | tree |
2006-04-24 |
Ben Pfaff | Continue reforming error message support. In this...
|
commit | commitdiff | tree |
2006-04-24 |
Ben Pfaff | Continue reforming error message support. Use linebreak...
|
commit | commitdiff | tree |
2006-04-24 |
Ben Pfaff | Add linebreak to GNULIB_MODULES.
|
commit | commitdiff | tree |
2006-04-17 |
Ben Pfaff | Continue reforming error message support. In this...
|
commit | commitdiff | tree |
2006-04-17 |
Ben Pfaff | Make ds_vprintf() properly handle a null string.
|
commit | commitdiff | tree |
2006-04-17 |
Ben Pfaff | GNU standards require "file name" instead of "filename" in
|
commit | commitdiff | tree |
2006-04-17 |
Ben Pfaff | Consistently write "file name" as two words, in accordance...
|
commit | commitdiff | tree |
2006-04-17 |
Ben Pfaff | GNU standards require "file name" instead of "filename" in
|
commit | commitdiff | tree |
2006-04-17 |
Ben Pfaff | We don't really support anything but Unix-like environments...
|
commit | commitdiff | tree |
2006-04-17 |
Ben Pfaff | GNU standards require "file name" instead of "filename" in
|
commit | commitdiff | tree |
2006-04-16 |
Ben Pfaff | Renamed some file name functions.
|
commit | commitdiff | tree |
next |