2006-06-27 |
Ben Pfaff | Link against $(LIBICONV). |
tree | commitdiff |
2006-06-27 |
John Darrington | Added a check of compatible gtk version numbers at... |
tree | commitdiff |
2006-06-26 |
Ben Pfaff | (dump_free) For SBC_DBL_LIST, enclose the output code... |
tree | commitdiff |
2006-06-26 |
Ben Pfaff | * value-labels.c (value_to_string): When there's no... |
tree | commitdiff |
2006-06-26 |
Ben Pfaff | Small optimization for hash library. |
tree | commitdiff |
2006-06-26 |
Ben Pfaff | Fix comment. |
tree | commitdiff |
2006-06-24 |
John Darrington | Added the ability to sort the working file. |
tree | commitdiff |
2006-06-23 |
Ben Pfaff | Support long string variables on FREQUENCIES, as an... |
tree | commitdiff |
2006-06-21 |
Jason Stover | save coefficients in innovations estimate structure |
tree | commitdiff |
2006-06-21 |
Jason Stover | added scale update to innovations algorithm |
tree | commitdiff |
2006-06-20 |
Ben Pfaff | Mon Jun 19 22:07:13 2006 Ben Pfaff <blp@gnu.org> |
tree | commitdiff |
2006-06-19 |
John Darrington | Implemented data-store using a casefile instead of... |
tree | commitdiff |
2006-06-16 |
Jason Stover | fixed bogus email address |
tree | commitdiff |
2006-06-16 |
Jason Stover | added initial innovations functions |
tree | commitdiff |
2006-06-09 |
Ben Pfaff | Reform string library. |
tree | commitdiff |
2006-06-09 |
Ben Pfaff | * format.c (measure_is_valid): Really return false... |
tree | commitdiff |
2006-06-08 |
Ben Pfaff | Update comment to reflect availability of random casere... |
tree | commitdiff |
2006-06-07 |
Jason Stover | fixed mistakes |
tree | commitdiff |
2006-06-07 |
Jason Stover | fixed mistakes |
tree | commitdiff |
2006-06-07 |
Ben Pfaff | Add random access to casefiles, for use in GUI. |
tree | commitdiff |
2006-06-07 |
Jason Stover | fixed bogus email address |
tree | commitdiff |
2006-06-07 |
Jason Stover | renamed time-series directory ts |
tree | commitdiff |
2006-06-07 |
Jason Stover | initial version |
tree | commitdiff |
2006-06-07 |
Jason Stover | Renamed time-series directory ts |
tree | commitdiff |
2006-06-05 |
Jason Stover | added coefficient typedef |
tree | commitdiff |
2006-06-04 |
Jason Stover | initial version of autocovariance function |
tree | commitdiff |
2006-06-04 |
John Darrington | Unlimited the number of variables that the GUI can... |
tree | commitdiff |
2006-06-03 |
John Darrington | Minor i18n issues. |
tree | commitdiff |
2006-05-31 |
John Darrington | Fixed minor memory leak. |
tree | commitdiff |
2006-05-30 |
John Darrington | Internationalisation. |
tree | commitdiff |
2006-05-27 |
John Darrington | Fixed a lot of internationalisation issues. |
tree | commitdiff |
2006-05-25 |
Jason Stover | new file |
tree | commitdiff |
2006-05-25 |
John Darrington | Plugged memory leaks in GUI, and converted most of... |
tree | commitdiff |
2006-05-20 |
John Darrington | Fixed some bad interaction between variable and data... |
tree | commitdiff |
2006-05-19 |
Jason Stover | added comment |
tree | commitdiff |
2006-05-19 |
Jason Stover | renamed pspp_linreg_coeff to pspp_coeff |
tree | commitdiff |
2006-05-19 |
Jason Stover | updated include path of coefficient.h |
tree | commitdiff |
2006-05-19 |
Jason Stover | moved coefficient.[ch] to src/math |
tree | commitdiff |
2006-05-19 |
Jason Stover | moved src/math/linreg/coefficient.* to src/math |
tree | commitdiff |
2006-05-16 |
Ben Pfaff | Removed groff_font_path. |
tree | commitdiff |
2006-05-15 |
John Darrington | When inserting new cases into the data sheet, initialis... |
tree | commitdiff |
2006-05-15 |
Ben Pfaff | Removed nsprintf(), nvsprintf(). |
tree | commitdiff |
2006-05-15 |
Ben Pfaff | Get rid of capacity argument to ds_init() and update... |
tree | commitdiff |
2006-05-14 |
Ben Pfaff | (outp_eject_page): Always make sure that a page is... |
tree | commitdiff |
2006-05-14 |
Ben Pfaff | Fix PostScript output of multiple charts. |
tree | commitdiff |
2006-05-14 |
Ben Pfaff | Fix style of "else" clause. |
tree | commitdiff |
2006-05-14 |
Ben Pfaff | Fix style of "else" clause. |
tree | commitdiff |
2006-05-14 |
Ben Pfaff | Properly indent comment. |
tree | commitdiff |
2006-05-14 |
John Darrington | Fixed some memory leaks in GUI. |
tree | commitdiff |
2006-05-12 |
Jason Stover | changed linreg_cache.coeff to ** |
tree | commitdiff |
2006-05-11 |
Jason Stover | adjustments for making coeff a pspp_linreg_coeff** |
tree | commitdiff |
2006-05-11 |
Jason Stover | Fixed memory leak. Made coeff a linreg_coeff** for... |
tree | commitdiff |
2006-05-11 |
John Darrington | Converted strings to utf8 before passing to gtksheet... |
tree | commitdiff |
2006-05-10 |
Ben Pfaff | Add WARN_UNUSED_RESULT to procedure function prototypes |
tree | commitdiff |
2006-05-10 |
Ben Pfaff | Convert many uses of `int' to `bool'. |
tree | commitdiff |
2006-05-10 |
Ben Pfaff | Fix memory leak in MATCH FILES. |
tree | commitdiff |
2006-05-10 |
Ben Pfaff | Use <stdarg.h> from gnulib instead of our home-grown... |
tree | commitdiff |
2006-05-09 |
Ben Pfaff | Include <stdarg.h>, needed for va_list. |
tree | commitdiff |
2006-05-08 |
Ben Pfaff | Fix memory leak in AGGREGATE. |
tree | commitdiff |
2006-05-08 |
Ben Pfaff | Fix DO REPEAT memory leaks. |
tree | commitdiff |
2006-05-08 |
Ben Pfaff | Add pool_asprintf(), pool_vasprintf(). |
tree | commitdiff |
2006-05-08 |
Ben Pfaff | New macro WARN_UNUSED_RESULT. |
tree | commitdiff |
2006-05-08 |
Ben Pfaff | Check return value of pool_fclose(). |
tree | commitdiff |
2006-05-07 |
Ben Pfaff | Add va_copy.h header instead of inlining a definition. |
tree | commitdiff |
2006-05-07 |
John Darrington | Fixed a number of warnings. |
tree | commitdiff |
2006-05-07 |
Ben Pfaff | Destroy chain's trns member, to fix memory leak. |
tree | commitdiff |
2006-05-07 |
Ben Pfaff | Destroy case source to fix memory leak. |
tree | commitdiff |
2006-05-07 |
Ben Pfaff | Fix memory leak in scratch reader. |
tree | commitdiff |
2006-05-07 |
Ben Pfaff | Simplify multipass_procedure(). |
tree | commitdiff |
2006-05-07 |
Ben Pfaff | Improvements to case implementation. |
tree | commitdiff |
2006-05-07 |
Ben Pfaff | Fix segfault. |
tree | commitdiff |
2006-05-07 |
Ben Pfaff | Remove declaration of dump_split_vars(), which is never... |
tree | commitdiff |
2006-05-07 |
John Darrington | Reworked very long string support for better encapsulation. |
tree | commitdiff |
2006-05-07 |
Ben Pfaff | Some more cleanup with value labels. |
tree | commitdiff |
2006-05-06 |
Ben Pfaff | Remove unneeded dependency on variable.h. |
tree | commitdiff |
2006-05-06 |
Ben Pfaff | Get rid of `char *c' member in union value, for cleanli... |
tree | commitdiff |
2006-05-06 |
Ben Pfaff | Make dictionary compacting functions a little more... |
tree | commitdiff |
2006-05-06 |
Ben Pfaff | (does_dict_need_translation) Fix bug: inverted return... |
tree | commitdiff |
2006-05-06 |
Ben Pfaff | Make FILTER without any further keywords turn off filte... |
tree | commitdiff |
2006-05-06 |
Ben Pfaff | Use a casefile, instead of a case sink, for MATCH FILES... |
tree | commitdiff |
2006-05-06 |
Ben Pfaff | Search and replace "vfm" by "proc". |
tree | commitdiff |
2006-05-06 |
Ben Pfaff | Continue reforming procedure execution. In this phase... |
tree | commitdiff |
2006-05-06 |
Ben Pfaff | Continue reforming procedure execution. In this phase... |
tree | commitdiff |
2006-05-06 |
Ben Pfaff | Oops: fix ChangeLogs. |
tree | commitdiff |
2006-05-06 |
Ben Pfaff | Continue reforming procedure execution. In this phase... |
tree | commitdiff |
2006-05-06 |
Ben Pfaff | Continue reforming procedure execution. Change interna... |
tree | commitdiff |
2006-05-06 |
Ben Pfaff | Get rid of unused struct member. |
tree | commitdiff |
2006-05-05 |
Ben Pfaff | Continue reforming procedure execution. In this phase... |
tree | commitdiff |
2006-05-04 |
John Darrington | Added simple queueing to message dialogs. |
tree | commitdiff |
2006-05-04 |
Ben Pfaff | Continue reforming procedure execution. In this phase... |
tree | commitdiff |
2006-05-04 |
John Darrington | Fix invalid read when fetching sys files with very... |
tree | commitdiff |
2006-05-04 |
Ben Pfaff | Fix spelling in comment. |
tree | commitdiff |
2006-05-02 |
Ben Pfaff | Add missing function comments. |
tree | commitdiff |
2006-05-02 |
Ben Pfaff | Continue reforming procedure execution. In this phase... |
tree | commitdiff |
2006-05-02 |
Ben Pfaff | No need to add 1 to arg passed to ds_extend(), because... |
tree | commitdiff |
2006-05-02 |
Ben Pfaff | Declarations must precede statements for C90 compliance. |
tree | commitdiff |
2006-05-02 |
John Darrington | Implemented support for very long strings a la spss... |
tree | commitdiff |
2006-05-02 |
Ben Pfaff | Further clean up the CMD_* command result codes. |
tree | commitdiff |
2006-05-01 |
Ben Pfaff | Remove vestiges of REPEATING DATA support. |
tree | commitdiff |
2006-05-01 |
Ben Pfaff | Remove vestiges of REPEATING DATA support. |
tree | commitdiff |
next |