diff options
author | olgeni <olgeni@FreeBSD.org> | 2003-08-26 18:30:29 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2003-08-26 18:30:29 +0800 |
commit | abb223fe3b39902220d2e26c31978a59a8da93d1 (patch) | |
tree | 5f1be9d8756775d12f623973702b96e69c01dea7 /editors/texmacs/files | |
parent | eef1897e03577b8430cf176eab9c3eb5ac9a27b1 (diff) | |
download | freebsd-ports-gnome-abb223fe3b39902220d2e26c31978a59a8da93d1.tar.gz freebsd-ports-gnome-abb223fe3b39902220d2e26c31978a59a8da93d1.tar.zst freebsd-ports-gnome-abb223fe3b39902220d2e26c31978a59a8da93d1.zip |
Upgrade to 1.0.1.21
PR: 55166
Submitted by: Geoffrey Mainland <mainland@apeiron.net>
Diffstat (limited to 'editors/texmacs/files')
6 files changed, 0 insertions, 146 deletions
diff --git a/editors/texmacs/files/patch-src::Basic::Types::basic.gen.cc b/editors/texmacs/files/patch-src::Basic::Types::basic.gen.cc deleted file mode 100644 index b8a6ade3dd23..000000000000 --- a/editors/texmacs/files/patch-src::Basic::Types::basic.gen.cc +++ /dev/null @@ -1,75 +0,0 @@ ---- src/Basic/Types/basic.gen.cc.orig Sun Nov 24 20:58:54 2002 -+++ src/Basic/Types/basic.gen.cc Sun Nov 24 20:59:24 2002 -@@ -26,72 +26,6 @@ - - extern int large_uses; - --void* --operator new (register size_t s) --{ -- register void* ptr; -- s= (s+ WORD_LENGTH+ WORD_LENGTH_INC)&WORD_MASK; -- if (s<MAX_FAST) { -- ptr= alloc_ptr(s); -- if (ptr==NULL) ptr= enlarge_malloc (s); -- else alloc_ptr(s)= ind(ptr); -- } -- else { -- ptr= safe_malloc (s); -- large_uses += s; -- } -- *((size_t *) ptr)=s; -- return (void*) (((char*) ptr)+ WORD_LENGTH); --} -- --void --operator delete (register void* ptr) --{ -- ptr= (void*) (((char*) ptr)- WORD_LENGTH); -- register size_t s= *((size_t *) ptr); -- if (s<MAX_FAST) { -- ind(ptr) = alloc_ptr(s); -- alloc_ptr(s)= ptr; -- } -- else { -- free (ptr); -- large_uses -= s; -- } --} -- --void* --operator new[] (register size_t s) --{ -- register void* ptr; -- s= (s+ WORD_LENGTH+ WORD_LENGTH_INC)&WORD_MASK; -- if (s<MAX_FAST) { -- ptr= alloc_ptr(s); -- if (ptr==NULL) ptr= enlarge_malloc (s); -- else alloc_ptr(s)= ind(ptr); -- } -- else { -- ptr= safe_malloc (s); -- large_uses += s; -- } -- *((size_t *) ptr)=s; -- return (void*) (((char*) ptr)+ WORD_LENGTH); --} -- --void --operator delete[] (register void* ptr) --{ -- ptr= (void*) (((char*) ptr)- WORD_LENGTH); -- register size_t s= *((size_t *) ptr); -- if (s<MAX_FAST) { -- ind(ptr) = alloc_ptr(s); -- alloc_ptr(s)= ptr; -- } -- else { -- free (ptr); -- large_uses -= s; -- } --} -- - bool - debug (int which, bool write_flag) { - static int debug_status= 0; diff --git a/editors/texmacs/files/patch-src::Basic::Types::basic.gen.h b/editors/texmacs/files/patch-src::Basic::Types::basic.gen.h deleted file mode 100644 index f7525322817c..000000000000 --- a/editors/texmacs/files/patch-src::Basic::Types::basic.gen.h +++ /dev/null @@ -1,13 +0,0 @@ ---- src/Basic/Types/basic.gen.h.orig Sun Nov 24 20:55:47 2002 -+++ src/Basic/Types/basic.gen.h Sun Nov 24 20:56:09 2002 -@@ -24,10 +24,6 @@ - typedef int SI; - typedef void* pointer; - --void* operator new (register size_t s); --void operator delete (register void* ptr); --void* operator new[] (register size_t s); --void operator delete[] (register void* ptr); - int mem_used (); - void mem_info (); - bool debug (int which, bool write_flag= FALSE); diff --git a/editors/texmacs/files/patch-src::Convert::Connect::pipes.gen.cc b/editors/texmacs/files/patch-src::Convert::Connect::pipes.gen.cc deleted file mode 100644 index 6906c29419c1..000000000000 --- a/editors/texmacs/files/patch-src::Convert::Connect::pipes.gen.cc +++ /dev/null @@ -1,19 +0,0 @@ ---- src/Convert/Connect/pipes.gen.cc.orig Sat Dec 15 23:51:53 2001 -+++ src/Convert/Connect/pipes.gen.cc Sun Nov 24 21:16:13 2002 -@@ -24,7 +24,6 @@ - #include <string.h> - #include <unistd.h> - #include <signal.h> --#include <malloc.h> - #include <stdlib.h> - #include <sys/types.h> - #include <sys/wait.h> -@@ -340,7 +339,7 @@ - ******************************************************************************/ - - string --connection_start (string name, string session, bool again=FALSE) { -+connection_start (string name, string session, bool again) { - // cout << "Start " << name << ", " << session << "\n"; - if (!connection_declared (name)) - return "Error: connection " * name * " has not been declared"; diff --git a/editors/texmacs/files/patch-src::Typeset::Boxes::Basic::rubber.gen.cc b/editors/texmacs/files/patch-src::Typeset::Boxes::Basic::rubber.gen.cc deleted file mode 100644 index 0ae76389d13d..000000000000 --- a/editors/texmacs/files/patch-src::Typeset::Boxes::Basic::rubber.gen.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Typeset/Boxes/Basic/rubber.gen.cc.orig Sun Nov 24 21:02:01 2002 -+++ src/Typeset/Boxes/Basic/rubber.gen.cc Sun Nov 24 21:02:38 2002 -@@ -185,7 +185,7 @@ - /*****************************************************************************/ - - box --empty_box (path ip, int x1=0, int y1=0, int x2=0, int y2=0) { -+empty_box (path ip, int x1, int y1, int x2, int y2) { - return new empty_box_rep (ip, x1, y1, x2, y2); - } - diff --git a/editors/texmacs/files/patch-src::Window::display.gen.h b/editors/texmacs/files/patch-src::Window::display.gen.h deleted file mode 100644 index da85bcc28994..000000000000 --- a/editors/texmacs/files/patch-src::Window::display.gen.h +++ /dev/null @@ -1,14 +0,0 @@ ---- src/Window/display.gen.h.orig Sun Feb 10 20:37:01 2002 -+++ src/Window/display.gen.h Sun Nov 24 22:30:06 2002 -@@ -19,7 +19,10 @@ - - #ifndef _TIME_T - #define _TIME_T --typedef long time_t; -+#ifndef _BSD_TIME_T_ -+#define _BSD_TIME_T_ int -+#endif -+typedef _BSD_TIME_T_ time_t; - #endif - - class font; diff --git a/editors/texmacs/files/patch-src::Window::event.gen.h b/editors/texmacs/files/patch-src::Window::event.gen.h deleted file mode 100644 index 252a65b5da4f..000000000000 --- a/editors/texmacs/files/patch-src::Window::event.gen.h +++ /dev/null @@ -1,14 +0,0 @@ ---- src/Window/event.gen.h.orig Mon Dec 10 19:47:09 2001 -+++ src/Window/event.gen.h Sun Nov 24 22:30:56 2002 -@@ -19,7 +19,10 @@ - - #ifndef _TIME_T - #define _TIME_T --typedef long time_t; -+#ifndef _BSD_TIME_T_ -+#define _BSD_TIME_T_ int -+#endif -+typedef _BSD_TIME_T_ time_t; - #endif - - class window_rep; |