2006-05-14 |
Ben Pfaff | Break autoreconf call into calls to individual programs... |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Ben Pfaff | (outp_eject_page): Always make sure that a page is... |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Ben Pfaff | Fix PostScript output of multiple charts. |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Ben Pfaff | Fix style of "else" clause. |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Ben Pfaff | Fix style of "else" clause. |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Ben Pfaff | Properly indent comment. |
commit | commitdiff | tree | snapshot |
2006-05-14 |
John Darrington | Fixed some memory leaks in GUI. |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Jason Stover | changed linreg_cache.coeff to ** |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Jason Stover | adjustments for making coeff a pspp_linreg_coeff** |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Jason Stover | Fixed memory leak. Made coeff a linreg_coeff** for... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
John Darrington | Converted strings to utf8 before passing to gtksheet... |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Ben Pfaff | Add WARN_UNUSED_RESULT to procedure function prototypes |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Ben Pfaff | Convert many uses of `int' to `bool'. |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Ben Pfaff | Fix memory leak in MATCH FILES. |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Ben Pfaff | Use <stdarg.h> from gnulib instead of our home-grown... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Ben Pfaff | Include <stdarg.h>, needed for va_list. |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Ben Pfaff | Fix memory leak in AGGREGATE. |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Ben Pfaff | Fix DO REPEAT memory leaks. |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Ben Pfaff | Add pool_asprintf(), pool_vasprintf(). |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Ben Pfaff | Only use "A TO B" for increasing runs of integers,... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Ben Pfaff | Improve DO REPEAT description. |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Ben Pfaff | Improve DO REPEAT description. |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Ben Pfaff | New macro WARN_UNUSED_RESULT. |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Ben Pfaff | Check return value of pool_fclose(). |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Ben Pfaff | Add va_copy.h header instead of inlining a definition. |
commit | commitdiff | tree | snapshot |
2006-05-07 |
John Darrington | Fixed a number of warnings. |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Ben Pfaff | Destroy chain's trns member, to fix memory leak. |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Ben Pfaff | Destroy case source to fix memory leak. |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Ben Pfaff | Fix memory leak in scratch reader. |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Ben Pfaff | Simplify multipass_procedure(). |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Ben Pfaff | Improvements to case implementation. |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Ben Pfaff | Fix segfault. |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Ben Pfaff | Remove declaration of dump_split_vars(), which is never... |
commit | commitdiff | tree | snapshot |
2006-05-07 |
John Darrington | Reworked very long string support for better encapsulation. |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Ben Pfaff | Some more cleanup with value labels. |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Ben Pfaff | Remove unneeded dependency on variable.h. |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Ben Pfaff | Get rid of `char *c' member in union value, for cleanli... |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Ben Pfaff | Make dictionary compacting functions a little more... |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Ben Pfaff | (does_dict_need_translation) Fix bug: inverted return... |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Ben Pfaff | Make FILTER without any further keywords turn off filte... |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Ben Pfaff | Use a casefile, instead of a case sink, for MATCH FILES... |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Ben Pfaff | Search and replace "vfm" by "proc". |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Ben Pfaff | Remove notes that are no longer interesting. |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Ben Pfaff | Continue reforming procedure execution. In this phase... |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Ben Pfaff | Update. |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Ben Pfaff | Continue reforming procedure execution. In this phase... |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Ben Pfaff | Oops: fix ChangeLogs. |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Ben Pfaff | Continue reforming procedure execution. In this phase... |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Ben Pfaff | Continue reforming procedure execution. Change interna... |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Ben Pfaff | Get rid of unused struct member. |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Ben Pfaff | Continue reforming procedure execution. In this phase... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Ben Pfaff | Update. |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Ben Pfaff | Update. |
commit | commitdiff | tree | snapshot |
2006-05-04 |
John Darrington | Added simple queueing to message dialogs. |
commit | commitdiff | tree | snapshot |
2006-05-04 |
John Darrington | make distcheck |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Ben Pfaff | Continue reforming procedure execution. In this phase... |
commit | commitdiff | tree | snapshot |
2006-05-04 |
John Darrington | Fix invalid read when fetching sys files with very... |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Ben Pfaff | Fix spelling in comment. |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Ben Pfaff | Add missing function comments. |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Ben Pfaff | Continue reforming procedure execution. In this phase... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Ben Pfaff | No need to add 1 to arg passed to ds_extend(), because... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Ben Pfaff | Declarations must precede statements for C90 compliance. |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Ben Pfaff | Minor wordsmithing. |
commit | commitdiff | tree | snapshot |
2006-05-02 |
John Darrington | Implemented support for very long strings a la spss... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Ben Pfaff | Further clean up the CMD_* command result codes. |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Ben Pfaff | Remove vestiges of REPEATING DATA support. |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Ben Pfaff | Remove vestiges of REPEATING DATA support. |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Ben Pfaff | Fix change log. |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Ben Pfaff | Fix change log. |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Ben Pfaff | Remove vestiges of FILE TYPE support. |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Ben Pfaff | Change case limit type from int to size_t. |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Ben Pfaff | Oops--fix last check-in. |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Ben Pfaff | Clarify LAG function. |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Ben Pfaff | Prohibit LAG following TEMPORARY. This both matches... |
commit | commitdiff | tree | snapshot |
2006-04-29 |
John Darrington | Removed unused variable (of undefined type) which preve... |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Ben Pfaff | Fix excessively long line. |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Jason Stover | added regression node to doc build |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Jason Stover | pass only the variables in the model to pspp_linreg_pre... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Jason Stover | pass only the necessary variables to model->residual |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Jason Stover | added function to retrieve variable list used in linear... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Ben Pfaff | Remove duplicate header inclusion. |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Ben Pfaff | CLEAR TRANSFORMATIONS is unsafe as implemented. It... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Ben Pfaff | * variable.h: (struct variable) Rename `reinit' member... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Ben Pfaff | Continue reforming procedure execution. In this phase... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Ben Pfaff | Fix header ordering. |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Ben Pfaff | Fix comment. |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Ben Pfaff | Continue reforming procedure execution. In this phase... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
John Darrington | Removed explicit CFLAG dependencies for src/message... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Ben Pfaff | Start reforming procedure execution. In this phase... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Ben Pfaff | Update to-do list. |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Ben Pfaff | Use SN instead of MN for most output from SHOW, because... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Ben Pfaff | Remove `init' member from struct variable, which was... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Ben Pfaff | Improve the way we handle the various parsing "states... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Jason Stover | added pointer to predicted values |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Jason Stover | added support for saving residuals and predicted values |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Ben Pfaff | Add msg-ui.h to sources. |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Ben Pfaff | Add README explaining not to use msg() here. |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Ben Pfaff | Use SW instead of MW for warning associated with a... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Ben Pfaff | Use SE instead of ME for errors associated with a synta... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Ben Pfaff | Use SE instead of ME for parse errors. |
commit | commitdiff | tree | snapshot |
next |