2009-06-07 |
Ben Pfaff | New data structure sparse_xarray.
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | New wrapper for access to temporary files.
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | model-checker: Add command-line parser for model checking...
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | Implement new command-line argument parser.
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | model-checker: Don't discard error states.
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | model-checker: Revise advice on checking for duplicates.
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | model-checker: Add more progress functions.
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | model-checker: Move summary printing function into...
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | model-checker: Kill dependencies and move back to libpspp.
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | sparse-array: Simplify code slightly.
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | sparse-array: Improve iteration interface.
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | sparse-array: Use __builtin_ctzl on GCC 4.0 or later...
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | range-set: New functions range_set_last and range_set_prev.
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | range-set: Add new function range_set_scan().
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | range-set: Inline some simple functions.
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | range-set: Add test coverage for range_set_destroy...
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | range-set: New function range_set_allocate_fully.
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | Delete CORRELATIONS skeletal parser.
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | pool: New function pool_strdup0.
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | datasheet: Drop false dependency on md4.h.
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | perl-module: Better document "make test" requirements.
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | t-test: Move 'mode' variable from file scope into cmd_t_test().
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | t-test: Move 'cmd' variable from file scope into cmd_t_test().
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | t-test: Remove write-only variable.
|
commit | commitdiff | tree |
2009-04-09 |
Ben Pfaff | Use Bob Jenkins lookup3 hash instead of FNV.
|
commit | commitdiff | tree |
2009-04-09 |
Ben Pfaff | NPAR TESTS: Consistently order variables in summary...
|
commit | commitdiff | tree |
2009-04-08 |
Ben Pfaff | Fix memory leak in cmd_data_list().
|
commit | commitdiff | tree |
2009-04-08 |
Ben Pfaff | Fix a few typos and capitalization errors in developers...
|
commit | commitdiff | tree |
2009-04-08 |
Ben Pfaff | SET LOCALE: Don't use lex_tokstr() after skipping to...
|
commit | commitdiff | tree |
2009-04-08 |
Ben Pfaff | Make create_iconv() properly distinguish converters...
|
commit | commitdiff | tree |
2009-04-08 |
Ben Pfaff | Add "x" prefix to calls to plain malloc(), calloc(...
|
commit | commitdiff | tree |
2009-04-08 |
Ben Pfaff | Remove redundant test in lex_is_idn().
|
commit | commitdiff | tree |
2009-03-27 |
Ben Pfaff | Fix memory leak in wilcoxon_execute().
|
commit | commitdiff | tree |
2009-03-27 |
Ben Pfaff | Fix error message for bad characters in syntax files.
|
commit | commitdiff | tree |
2009-02-07 |
Ben Pfaff | Link against -lws2_32 on Windows.
|
commit | commitdiff | tree |
2009-02-06 |
Ben Pfaff | wilcoxon: Drop now-unnecessary timer support.
|
commit | commitdiff | tree |
2009-02-06 |
Ben Pfaff | Speed up Wilcoxon matched-pairs signed-ranks significance...
|
commit | commitdiff | tree |
2009-02-06 |
Ben Pfaff | perl-module: fix version mismatch between module and...
|
commit | commitdiff | tree |
2009-02-06 |
Ben Pfaff | perl-module: Document and test PSPP::Dict::get_var_cnt().
|
commit | commitdiff | tree |
2009-02-06 |
Ben Pfaff | perl-module: Make PSPP::Reader::get_next_case() return...
|
commit | commitdiff | tree |
2009-02-03 |
Ben Pfaff | INSTALL: Add hints about how to obtain root permission.
|
commit | commitdiff | tree |
2009-02-02 |
Ben Pfaff | perl-module: Document PSPP::Dict::get_var() for too...
|
commit | commitdiff | tree |
2009-01-31 |
Ben Pfaff | Accept LF, CR LF, and LF as new-line sequences in data...
|
commit | commitdiff | tree |
2009-01-14 |
Ben Pfaff | Put unique dictionary indexes into internal variables
|
commit | commitdiff | tree |
2009-01-09 |
Ben Pfaff | Fix assertion in case_copy().
|
commit | commitdiff | tree |
2009-01-07 |
Ben Pfaff | Make cases simpler, faster, and easier to understand.
|
commit | commitdiff | tree |
2008-12-06 |
Ben Pfaff | Remove unused match-files.c.
|
commit | commitdiff | tree |
2008-12-03 |
Ben Pfaff | Implement ADD FILES and UPDATE.
|
commit | commitdiff | tree |
2008-12-03 |
Ben Pfaff | Replace case_ordering with subcase.
|
commit | commitdiff | tree |
2008-12-03 |
Ben Pfaff | Break get.c up into multiple files in a logical fashion.
|
commit | commitdiff | tree |
2008-12-03 |
Ben Pfaff | Allow MATCH FILES before an active file has been defined.
|
commit | commitdiff | tree |
2008-12-03 |
Ben Pfaff | Rename compare_values, hash_values with "_short" suffix.
|
commit | commitdiff | tree |
2008-11-30 |
Ben Pfaff | Fix memory leak in get_system_decimal().
|
commit | commitdiff | tree |
2008-11-30 |
Ben Pfaff | Add PKG_CHECK_MODULES to forbidden m4 patterns.
|
commit | commitdiff | tree |
2008-11-04 |
Ben Pfaff | Use gnulib 'close' module, for compatibility with newest...
|
commit | commitdiff | tree |
2008-10-16 |
Ben Pfaff | Fix crash in tabulating long-string variables in CROSSTABS.
|
commit | commitdiff | tree |
2008-10-16 |
Ben Pfaff | Do not assume that canonicalize_file_name() always...
|
commit | commitdiff | tree |
2008-10-14 |
Ben Pfaff | Make src/libpspp/version.c depend on Makefile.
|
commit | commitdiff | tree |
2008-10-12 |
Ben Pfaff | Make pspp_linreg_with_cov() void, since it doesn't...
|
commit | commitdiff | tree |
2008-10-12 |
Ben Pfaff | Use const consistently in linreg routines, to avert...
|
commit | commitdiff | tree |
2008-10-12 |
Ben Pfaff | Fix GCC 4.3 warning about uninitialized structure member.
|
commit | commitdiff | tree |
2008-10-12 |
Ben Pfaff | Fix warning due to unmunge() returning a const string...
|
commit | commitdiff | tree |
2008-10-12 |
Ben Pfaff | Advise not to build in a directory whose name contains...
|
commit | commitdiff | tree |
2008-10-12 |
Ben Pfaff | Add prototype for design_matrix_clone() to design-matrix.h.
|
commit | commitdiff | tree |
2008-10-12 |
Ben Pfaff | Eliminate unused variable.
|
commit | commitdiff | tree |
2008-10-12 |
Ben Pfaff | Fix typo in comment.
|
commit | commitdiff | tree |
2008-10-12 |
Ben Pfaff | Parenthesize more defensively in macro definition.
|
commit | commitdiff | tree |
2008-10-12 |
Ben Pfaff | Eliminate unused code in glm.q, regression.q.
|
commit | commitdiff | tree |
2008-10-12 |
Ben Pfaff | Fix GCC 4.3 warnings about parameters of incomplete...
|
commit | commitdiff | tree |
2008-10-12 |
Ben Pfaff | Implement variable and data file attributes.
|
commit | commitdiff | tree |
2008-10-11 |
Ben Pfaff | Make str_copy_rpad() behave properly with a DST_SIZE...
|
commit | commitdiff | tree |
2008-10-11 |
Ben Pfaff | Make [ and ] valid tokens in the lexer.
|
commit | commitdiff | tree |
2008-10-11 |
Ben Pfaff | Fix build when build and source directories are separate.
|
commit | commitdiff | tree |
2008-10-10 |
Ben Pfaff | Merge commit 'origin/stable'
|
commit | commitdiff | tree |
2008-10-10 |
Ben Pfaff | Update NEWS for 0.6.1.
|
commit | commitdiff | tree |
2008-10-05 |
Ben Pfaff | Use Gnulib module "regex", to fix linking on Mingw.
|
commit | commitdiff | tree |
2008-10-04 |
Ben Pfaff | Update NEWS for 0.6.1-rc2.
|
commit | commitdiff | tree |
2008-10-04 |
Ben Pfaff | Add ".sav" or ".por" suffix to filename when saving...
|
commit | commitdiff | tree |
2008-10-04 |
Ben Pfaff | Only use -fgnu89-inline if the compiler actually supports it.
|
commit | commitdiff | tree |
2008-10-04 |
Ben Pfaff | Also warn about missing prerequisites as we encounter...
|
commit | commitdiff | tree |
2008-10-04 |
Ben Pfaff | Add note to INSTALL explaining how to use libraries...
|
commit | commitdiff | tree |
2008-10-04 |
Ben Pfaff | Add pspp-dev.dvi to CLEANFILES.
|
commit | commitdiff | tree |
2008-10-04 |
Ben Pfaff | Append $(EXEEXT_FOR_BUILD) to output file name when...
|
commit | commitdiff | tree |
2008-10-03 |
Ben Pfaff | Update NEWS for 0.6.1 release.
|
commit | commitdiff | tree |
2008-10-01 |
Ben Pfaff | Avoid the C99-only feature of declaring a variable...
|
commit | commitdiff | tree |
2008-10-01 |
Ben Pfaff | Avoid bug in GCC 4.3 in hmap-test. Add comment warning...
|
commit | commitdiff | tree |
2008-10-01 |
Ben Pfaff | New hmap and hmapx hash table implementations.
|
commit | commitdiff | tree |
2008-08-19 |
Ben Pfaff | Start generating ChangeLog automatically from Git commit...
|
commit | commitdiff | tree |
2008-07-29 |
Ben Pfaff | Use standard C99 isfinite, isnan, isinf in place of...
|
commit | commitdiff | tree |
2008-07-26 |
Ben Pfaff | New function for adding a numbering column to a casereader.
|
commit | commitdiff | tree |
2008-07-16 |
Ben Pfaff | Make PSPP_LINK2_IFELSE macro work with Autoconf earlier...
|
commit | commitdiff | tree |
2008-07-13 |
Ben Pfaff | Autodetect and fix GSL use of GCC-style "extern inline".
|
commit | commitdiff | tree |
2008-07-06 |
Ben Pfaff | Enable users of dist tarballs to use --enable-gui-tools.
|
commit | commitdiff | tree |
2008-07-06 |
Ben Pfaff | Remove 'de' from LINGUAS and delete po/de.po.
|
commit | commitdiff | tree |
2008-07-06 |
Ben Pfaff | Remove obsolete .gitignore entries.
|
commit | commitdiff | tree |
2008-07-06 |
Ben Pfaff | Remove files from .gitignore that are specific to blp...
|
commit | commitdiff | tree |
2008-07-06 |
Ben Pfaff | Rename .cvsignore files to .gitignore.
|
commit | commitdiff | tree |
2008-06-14 |
Ben Pfaff | Fix typo in AC_PREREQ command name.
|
commit | commitdiff | tree |
2008-06-09 |
Ben Pfaff | Final changes for 0.6.0 release.
|
commit | commitdiff | tree |
2008-05-16 |
Ben Pfaff | Use gsl_isnan instead of isnan, gsl_isinf instead of...
|
commit | commitdiff | tree |
next |