Timeline
Nov 18, 2022:
- 5:57 PM Changeset in git [63d2db]spielwiese by
- removed: posInTrg0
- 5:53 PM Changeset in git [deedf3]spielwiese by
- removed; pCopyL2p, posInLrg0
- 5:51 PM Changeset in git [0661780]spielwiese by
- removed: kFindDivisibleByInS_T_noCF
- 5:43 PM Changeset in git [9a41ab0]spielwiese by
- removed: pMove2CurrTail, pMoveCurrTail2poly
- 5:37 PM Changeset in git [5402db6]spielwiese by
- removed: isInPairsetB
- 5:36 PM Changeset in git [611e44]spielwiese by
- removed: deleteInSSba
- 5:33 PM Changeset in git [088819]spielwiese by
- removed: posInLRing
- 4:59 PM Changeset in git [6b9ca3]spielwiese by
- test: reduce ring-cf
- 3:37 PM Changeset in git [115e3b]spielwiese by
- fix: reduce for ring-cf: minimize cfs
- 2:47 PM Changeset in git [bf6051e]spielwiese by
- add; redtail_NF and other redatail stuff
Nov 17, 2022:
- 2:59 PM Changeset in git [073b8b]spielwiese by
- simplify kBucket_Minus_m_Mult_p
- 12:02 PM Changeset in git [164e05]spielwiese by
- simplify kFind*
- 11:35 AM Changeset in git [4be499]spielwiese by
- compiler warnings
- 10:13 AM Changeset in git [5cf36cb]spielwiese by
- Merge pull request #1161 from fingolfin/mh/ci CI: update various GitHub Actions to latest version
Nov 16, 2022:
- 10:41 PM Changeset in git [1a5a93]spielwiese by
- CI: update various GitHub Actions to latest version
- 5:47 PM Changeset in git [3c6f0f]spielwiese by
- fix: search gmp,flint at default locations
- 5:20 PM Changeset in git [6a1cdff]spielwiese by
- simplify red for Z
- 4:41 PM Changeset in git [47c5e6]spielwiese by
- update some m4/*
- 12:26 PM Changeset in git [fb69c5]spielwiese by
- removed nNew/n_New
- 12:24 PM Changeset in git [c28d7c8]spielwiese by
- removed nNew/n_New
- 12:12 PM Changeset in git [0b0298]spielwiese by
- ndAnn prints a warning
Nov 15, 2022:
- 11:16 AM Changeset in git [c83da8]spielwiese by
- version: olga.lib
- 11:14 AM Changeset in git [4df27e2]spielwiese by
- Merge pull request #1160 from johannes-hoffmann/spielwiese Edge case of total localization in olga.lib
Nov 14, 2022:
- 9:03 PM Changeset in git [08e898]spielwiese by
- fixed edge case of total localization
- 4:32 PM Changeset in git [0a4a20d]spielwiese by
- Merge pull request #1159 from fchapoton/codespell_linter trying to add a codespell linter for kernel/
- 2:36 PM Changeset in git [323776f]spielwiese by
- Revert "fix: gfanlib/configure" This reverts commit f0d4bd4caae9db63763bba2f6c56156355628e8b.
- 12:33 PM Changeset in git [660715]spielwiese by
- doc: n_DivBy/cfDivBy tests also for zero divisor
- 12:24 PM Changeset in git [3ca4d9c]spielwiese by
- Revert "update m4/ax_*" This reverts commit 96fc6774cff6a43918cd7ab4d12e66e053b43e91.
- 12:07 PM Changeset in git [f0d4bd4]spielwiese by
- fix: gfanlib/configure
- 12:00 PM Changeset in git [32c4829]spielwiese by
- final typos removed in kernel/
- 11:56 AM Changeset in git [c57af60]spielwiese by
- again fixing typos in kernel/
- 11:41 AM Changeset in git [6cf934]spielwiese by
- more typos fixed in kernel
- 11:38 AM Changeset in git [53bb34c]spielwiese by
- fix: encoding
- 11:23 AM Changeset in git [96fc67]spielwiese by
- update m4/ax_*
- 11:23 AM Changeset in git [5416d1]spielwiese by
- compiler warnings
- 11:15 AM Changeset in git [c858487]spielwiese by
- fix many typos in kernel/
- 10:58 AM Changeset in git [4a4df3a]spielwiese by
- fix typo in lint.yml
- 10:54 AM Changeset in git [569754d]spielwiese by
- fix typo
- 10:53 AM Changeset in git [4f8fd1d]spielwiese by
- trying to add a codespell linter for kernel/
Nov 13, 2022:
- 4:40 PM Changeset in git [317c14]spielwiese by
- AC_LANG_CPLUSPLUS -> AC_LANG([C++])
- 3:01 PM Changeset in git [bcbcd2]spielwiese by
- Merge pull request #1158 from fingolfin/mh/autoupdate Update configure.ac files, avoid obsolete syntax
- 3:00 PM Changeset in git [c3c704]spielwiese by
- Merge pull request #1157 from orlitzky/c-std-porting C standard porting
Nov 12, 2022:
- 11:07 PM Changeset in git [7afda2]spielwiese by
- Update configure.ac files, avoid obsolete syntax
- 6:37 PM Changeset in git [8e8744]spielwiese by
- fix: (number)0 is not valid for generic cf
Nov 11, 2022:
- 2:59 AM Changeset in git [b6647a7]spielwiese by
- omalloc/omAllocSystem.c: add another include for malloc.h. There are two branches in this file, one for HAVE_MALLOC_SIZE and one for HAVE_MALLOC_USABLE_SIZE. The former includes malloc.h, and the latter needs to too; otherwise, malloc_usable_size() is undefined. This is caught by -Werror=implicit-function-declaration, which is likely to be enabled by default in future versions of GCC and clang.
- 2:37 AM Changeset in git [2e385d]spielwiese by
- */*.{c,h}: fix invalid function prototypes. The C99 standard does not allow function prototypes (or inline definitions) to have an empty argument list, such as int foo(); /* invalid */ This is caught by -Werror=strict-prototypes, which is likely to become the default in later versions of GCC and clang. This commit corrects all(?) of them by adding a "void" parameter.
Nov 4, 2022:
- 2:58 PM Changeset in git [4969bd8]spielwiese by
- fix: copy minpoly for ringlist
- 1:41 PM Changeset in git [52d301]spielwiese by
- chg: ringlist -> ring_list if possible
- 12:25 PM Changeset in git [4c83c98]spielwiese by
- doc: format
- 12:00 PM Changeset in git [3b9766]spielwiese by
- doc: format
- 11:38 AM Changeset in git [8fd403]spielwiese by
- doc: format extra weight vector
Nov 3, 2022:
- 3:41 PM Changeset in git [61fbaf]spielwiese by
- doc: arnoldClassify_to_string
- 1:50 PM Changeset in git [a1f059]spielwiese by
- arnoldClassify_to_string
Nov 2, 2022:
- 12:04 PM Changeset in git [2ea97f]spielwiese by
- test: fix: maximal space for exponents
- 11:36 AM Changeset in git [649427]spielwiese by
- fix: maximal space for exponents (see https://github.com/oscar-system/Oscar.jl/issues/1663)
Oct 25, 2022:
- 1:41 PM Changeset in git [eedce96]spielwiese by
- fix: ring R1=R2,.. with R2 a qring
Oct 21, 2022:
- 4:16 PM Changeset in git [f0c0868]spielwiese by
- fix: tests for fstream.h vs. fstream
Oct 20, 2022:
- 3:44 PM Changeset in git [eb05c0a]spielwiese by
- compiler warnings
- 3:29 PM Changeset in git [6415435]spielwiese by
- fix: return int from pLength (compare to int length (-1 for unknown))
- 3:29 PM Changeset in git [88faa1]spielwiese by
- compiler warning
- 3:28 PM Changeset in git [067348]spielwiese by
- fix: compiler warning
- 3:22 PM Changeset in git [9a4aed]spielwiese by
- fix: debug stuff p_LmDivisble...
- 2:27 PM Changeset in git [6469c2]spielwiese by
- opt: remove p_LmDivisible.. with different rings
Note: See TracTimeline
for information about the timeline view.