This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into categories/full-subcategories-16340
- Loading branch information
Showing
95 changed files
with
9,301 additions
and
1,396 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,9 @@ | |
.idea | ||
.iml | ||
|
||
# XCode | ||
xcuserdata/ | ||
|
||
# Eclipse | ||
*.pydevproject | ||
.project | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Sage version 6.3.beta4, released 2014-06-19 | ||
Sage version 6.3.beta5, released 2014-07-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
tarball=configure-VERSION.tar.gz | ||
sha1=100d46c2358df82a93feb63bc339620f413caa1b | ||
md5=d10af4cfec628f992109225444e68ba3 | ||
cksum=553182482 | ||
sha1=4d10c539769b8aa53c2bd97f9d9ae6b8a139d356 | ||
md5=b9ea7956de216fc5e5965e17b14bab3f | ||
cksum=2387138201 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
34 | ||
35 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
tarball=libgap-VERSION.tar.gz | ||
sha1=4ae83174267adbe615be9cab0d1f4a3c53bddb5e | ||
md5=e69513efa609ac1fa095db981b6c7c2b | ||
cksum=2720542483 | ||
sha1=6880c1c36a59051a1e94f4866848a37f4d79cb7c | ||
md5=f797ca3b8d3232cb24b5fe3be704a08a | ||
cksum=1046627126 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.7.5 | ||
4.7.5.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
tarball=lrcalc-VERSION.tar.bz2 | ||
sha1=b36a8bdfab9f8ca0cfc7f922b4f4b0064d364464 | ||
md5=e41f12d2f1f04e868c5d651951f9b0ff | ||
cksum=3021882451 | ||
tarball=lrcalc-VERSION.tar.gz | ||
sha1=8149a4c676f4b21ce9dc23145b272a061a04240a | ||
md5=a1d85113d9c915b41ba38fcf1741e637 | ||
cksum=4041239855 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.1.6.p0 | ||
1.1.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,138 @@ | ||
diff -Naur lrcalc-sage-1.1.7-orig/lrcoef/coprod.c lrcalc-sage-1.1.7/lrcoef/coprod.c | ||
--- lrcalc-sage-1.1.7-orig/lrcoef/coprod.c 2013-06-09 16:12:42.000000000 +1200 | ||
+++ lrcalc-sage-1.1.7/lrcoef/coprod.c 2014-06-29 09:51:37.000000000 +1200 | ||
@@ -11,7 +11,7 @@ | ||
#include <vectarg.h> | ||
|
||
#include "symfcn.h" | ||
- | ||
+#include "lrcalc_jump.h" | ||
|
||
void print_usage() | ||
{ | ||
diff -Naur lrcalc-sage-1.1.7-orig/lrcoef/lrcalc.c lrcalc-sage-1.1.7/lrcoef/lrcalc.c | ||
--- lrcalc-sage-1.1.7-orig/lrcoef/lrcalc.c 2013-06-09 16:12:42.000000000 +1200 | ||
+++ lrcalc-sage-1.1.7/lrcoef/lrcalc.c 2014-06-29 09:52:25.000000000 +1200 | ||
@@ -12,7 +12,7 @@ | ||
|
||
#include "symfcn.h" | ||
#include "maple.h" | ||
- | ||
+#include "lrcalc_jump.h" | ||
|
||
#define MULT_USAGE \ | ||
"lrcalc mult [-mz] [-r rows] [-q rows,cols] [-f rows,level] part1 - part2\n" | ||
diff -Naur lrcalc-sage-1.1.7-orig/lrcoef/lrcoef.c lrcalc-sage-1.1.7/lrcoef/lrcoef.c | ||
--- lrcalc-sage-1.1.7-orig/lrcoef/lrcoef.c 2013-06-09 16:12:42.000000000 +1200 | ||
+++ lrcalc-sage-1.1.7/lrcoef/lrcoef.c 2014-06-29 09:52:50.000000000 +1200 | ||
@@ -14,7 +14,7 @@ | ||
|
||
#include "symfcn.h" | ||
#include "maple.h" | ||
- | ||
+#include "lrcalc_jump.h" | ||
|
||
void print_usage() | ||
{ | ||
diff -Naur lrcalc-sage-1.1.7-orig/lrcoef/lrskew.c lrcalc-sage-1.1.7/lrcoef/lrskew.c | ||
--- lrcalc-sage-1.1.7-orig/lrcoef/lrskew.c 2013-06-09 16:12:42.000000000 +1200 | ||
+++ lrcalc-sage-1.1.7/lrcoef/lrskew.c 2014-06-29 09:53:16.000000000 +1200 | ||
@@ -11,7 +11,7 @@ | ||
#include <vectarg.h> | ||
|
||
#include "symfcn.h" | ||
- | ||
+#include "lrcalc_jump.h" | ||
|
||
void print_usage() | ||
{ | ||
diff -Naur lrcalc-sage-1.1.7-orig/lrcoef/mult.c lrcalc-sage-1.1.7/lrcoef/mult.c | ||
--- lrcalc-sage-1.1.7-orig/lrcoef/mult.c 2013-06-09 16:12:42.000000000 +1200 | ||
+++ lrcalc-sage-1.1.7/lrcoef/mult.c 2014-06-29 09:53:45.000000000 +1200 | ||
@@ -12,7 +12,7 @@ | ||
|
||
#include "symfcn.h" | ||
#include "maple.h" | ||
- | ||
+#include "lrcalc_jump.h" | ||
|
||
void print_usage() | ||
{ | ||
diff -Naur lrcalc-sage-1.1.7-orig/lrcoef/sat.c lrcalc-sage-1.1.7/lrcoef/sat.c | ||
--- lrcalc-sage-1.1.7-orig/lrcoef/sat.c 2013-06-09 16:12:42.000000000 +1200 | ||
+++ lrcalc-sage-1.1.7/lrcoef/sat.c 2014-06-29 09:54:08.000000000 +1200 | ||
@@ -10,7 +10,7 @@ | ||
#include <vector.h> | ||
|
||
#include "symfcn.h" | ||
- | ||
+#include "lrcalc_jump.h" | ||
|
||
#define NUM_PRIMES 50 | ||
|
||
diff -Naur lrcalc-sage-1.1.7-orig/lrcoef/skew.c lrcalc-sage-1.1.7/lrcoef/skew.c | ||
--- lrcalc-sage-1.1.7-orig/lrcoef/skew.c 2013-06-09 16:12:42.000000000 +1200 | ||
+++ lrcalc-sage-1.1.7/lrcoef/skew.c 2014-06-29 09:54:40.000000000 +1200 | ||
@@ -13,7 +13,7 @@ | ||
|
||
#include "symfcn.h" | ||
#include "maple.h" | ||
- | ||
+#include "lrcalc_jump.h" | ||
|
||
void print_usage() | ||
{ | ||
diff -Naur lrcalc-sage-1.1.7-orig/mathlib/alloc.c lrcalc-sage-1.1.7/mathlib/alloc.c | ||
--- lrcalc-sage-1.1.7-orig/mathlib/alloc.c 2013-06-09 16:12:17.000000000 +1200 | ||
+++ lrcalc-sage-1.1.7/mathlib/alloc.c 2014-06-29 09:55:08.000000000 +1200 | ||
@@ -8,6 +8,7 @@ | ||
#include <string.h> | ||
|
||
#include "alloc.h" | ||
+#include "lrcalc_jump.h" | ||
|
||
#if 0 | ||
#define DEBUG_MEMORY_PRINT | ||
diff -Naur lrcalc-sage-1.1.7-orig/mathlib/alloc.h lrcalc-sage-1.1.7/mathlib/alloc.h | ||
--- lrcalc-sage-1.1.7-orig/mathlib/alloc.h 2013-06-09 16:12:17.000000000 +1200 | ||
+++ lrcalc-sage-1.1.7/mathlib/alloc.h 2014-06-29 09:50:13.000000000 +1200 | ||
@@ -2,13 +2,6 @@ | ||
#define _ALLOC_H | ||
|
||
#include <stdlib.h> | ||
-#include <setjmp.h> | ||
- | ||
-/* Programs using the lrcalc library should set lrcalc_panic_frame | ||
- * with setjmp(lrcalc_panic_frame). The lrcalc library will call | ||
- * longjmp(lrcalc_panic_frame, 1) if an "out of memory" event occurs. | ||
- */ | ||
-jmp_buf lrcalc_panic_frame; | ||
|
||
void *amalloc(size_t size); | ||
void *acalloc(size_t num, size_t size); | ||
diff -Naur lrcalc-sage-1.1.7-orig/mathlib/lrcalc_jump.h lrcalc-sage-1.1.7/mathlib/lrcalc_jump.h | ||
--- lrcalc-sage-1.1.7-orig/mathlib/lrcalc_jump.h 1970-01-01 12:00:00.000000000 +1200 | ||
+++ lrcalc-sage-1.1.7/mathlib/lrcalc_jump.h 2014-06-29 09:49:42.000000000 +1200 | ||
@@ -0,0 +1,11 @@ | ||
+#ifndef _JUMP_H | ||
+ | ||
+#include <setjmp.h> | ||
+ | ||
+/* Programs using the lrcalc library should set lrcalc_panic_frame | ||
+ * with setjmp(lrcalc_panic_frame). The lrcalc library will call | ||
+ * longjmp(lrcalc_panic_frame, 1) if an "out of memory" event occurs. | ||
+ */ | ||
+jmp_buf lrcalc_panic_frame; | ||
+ | ||
+#endif | ||
diff -Naur lrcalc-sage-1.1.7-orig/mathlib/salloc.c lrcalc-sage-1.1.7/mathlib/salloc.c | ||
--- lrcalc-sage-1.1.7-orig/mathlib/salloc.c 2013-06-09 16:12:17.000000000 +1200 | ||
+++ lrcalc-sage-1.1.7/mathlib/salloc.c 2014-06-29 09:55:34.000000000 +1200 | ||
@@ -13,6 +13,7 @@ | ||
#include <string.h> | ||
|
||
#include "alloc.h" | ||
+#include "lrcalc_jump.h" | ||
|
||
typedef struct mlink { | ||
struct mlink *next; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sage version information for shell scripts | ||
# This file is auto-generated by the sage-update-version script, do not edit! | ||
SAGE_VERSION='6.3.beta4' | ||
SAGE_RELEASE_DATE='2014-06-19' | ||
SAGE_VERSION='6.3.beta5' | ||
SAGE_RELEASE_DATE='2014-07-01' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.