Thread: [Dgd-osr-commits] SF.net SVN: dgd-osr:[109] trunk (Page 2)
Brought to you by:
dworkin-sf
|
From: <aid...@us...> - 2010-04-09 13:17:45
|
Revision: 109
http://dgd-osr.svn.sourceforge.net/dgd-osr/?rev=109&view=rev
Author: aidil-dgd
Date: 2010-04-09 13:17:38 +0000 (Fri, 09 Apr 2010)
Log Message:
-----------
Merged fix from baseline
Modified Paths:
--------------
trunk/Changelog
trunk/src/call_out.c
Property Changed:
----------------
trunk/src/call_out.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <aid...@us...> - 2010-05-03 10:05:16
|
Revision: 113
http://dgd-osr.svn.sourceforge.net/dgd-osr/?rev=113&view=rev
Author: aidil-dgd
Date: 2010-05-03 10:05:09 +0000 (Mon, 03 May 2010)
Log Message:
-----------
Merged 2 fixes for compiler warnings from closures branch, updated mergeinfo, corrected date in Changelog
Modified Paths:
--------------
trunk/Changelog
trunk/src/call_out.c
trunk/src/object.c
Property Changed:
----------------
trunk/
trunk/doc/Introduction
trunk/doc/net/
trunk/src/
trunk/src/call_out.c
trunk/src/config.c
trunk/src/host/win32/
trunk/src/host/win32/README
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dwo...@us...> - 2010-07-31 13:24:56
|
Revision: 138
http://dgd-osr.svn.sourceforge.net/dgd-osr/?rev=138&view=rev
Author: dworkin-sf
Date: 2010-07-31 13:24:45 +0000 (Sat, 31 Jul 2010)
Log Message:
-----------
Merge r131 from baseline and r129-137 from xpatch.
Modified Paths:
--------------
trunk/Changelog
trunk/src/Makefile
trunk/src/comp/codegenc.c
trunk/src/comp/comp.c
trunk/src/comp/csupport.c
trunk/src/comp/csupport.h
trunk/src/config.c
trunk/src/config.h
trunk/src/dgd.c
trunk/src/dgd.h
trunk/src/host/Makefile
trunk/src/host/Makefile.bsd
trunk/src/host/Makefile.sysv
trunk/src/host/win32/dgd.vcxproj
trunk/src/host/win32/dgd.vcxproj.filters
trunk/src/host.h
trunk/src/kfun/table.c
Added Paths:
-----------
trunk/src/ext.c
trunk/src/host/unix/dload.c
trunk/src/host/win32/dload.c
trunk/src/lpc/lpc_ext.h
Removed Paths:
-------------
trunk/doc/Extensions
trunk/src/dgd_ext.h
Property Changed:
----------------
trunk/
trunk/doc/Introduction
trunk/doc/net/
trunk/src/
trunk/src/call_out.c
trunk/src/config.c
trunk/src/host/win32/README
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dwo...@us...> - 2010-07-31 21:50:56
|
Revision: 140
http://dgd-osr.svn.sourceforge.net/dgd-osr/?rev=140&view=rev
Author: dworkin-sf
Date: 2010-07-31 21:50:49 +0000 (Sat, 31 Jul 2010)
Log Message:
-----------
Slightly prettified the casts that shut up VS2010.
Modified Paths:
--------------
trunk/Changelog
trunk/src/config.c
trunk/src/ext.c
trunk/src/host/unix/dload.c
trunk/src/host/win32/dload.c
trunk/src/host.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <aid...@us...> - 2010-08-22 16:59:57
|
Revision: 143
http://dgd-osr.svn.sourceforge.net/dgd-osr/?rev=143&view=rev
Author: aidil-dgd
Date: 2010-08-22 16:59:48 +0000 (Sun, 22 Aug 2010)
Log Message:
-----------
Imported fix from baseline, added documentation for close_user kfun (network extensions)
Modified Paths:
--------------
trunk/Changelog
trunk/src/call_out.c
trunk/src/kfun/std.c
Added Paths:
-----------
trunk/doc/kfun/close_user
Property Changed:
----------------
trunk/src/call_out.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dwo...@us...> - 2010-08-28 19:49:15
|
Revision: 144
http://dgd-osr.svn.sourceforge.net/dgd-osr/?rev=144&view=rev
Author: dworkin-sf
Date: 2010-08-28 19:49:08 +0000 (Sat, 28 Aug 2010)
Log Message:
-----------
Use (intptr_t) rather than (long) when casting a pointer.
Modified Paths:
--------------
trunk/Changelog
trunk/doc/Platforms
trunk/src/array.c
trunk/src/ed/line.c
trunk/src/interpret.c
trunk/src/kfun/file.c
trunk/src/object.c
trunk/src/parser/dfa.c
trunk/src/parser/srp.c
trunk/src/sdata.c
trunk/src/swap.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dwo...@us...> - 2010-08-28 21:36:20
|
Revision: 147
http://dgd-osr.svn.sourceforge.net/dgd-osr/?rev=147&view=rev
Author: dworkin-sf
Date: 2010-08-28 21:36:14 +0000 (Sat, 28 Aug 2010)
Log Message:
-----------
Update Windows project files for 64 bit.
Modified Paths:
--------------
trunk/Changelog
trunk/src/host/win32/README
trunk/src/host/win32/dgd.sln
trunk/src/host/win32/dgd.vcxproj
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dwo...@us...> - 2010-08-29 08:04:06
|
Revision: 148
http://dgd-osr.svn.sourceforge.net/dgd-osr/?rev=148&view=rev
Author: dworkin-sf
Date: 2010-08-29 08:03:59 +0000 (Sun, 29 Aug 2010)
Log Message:
-----------
Explicitly #include stdint.h.
Modified Paths:
--------------
trunk/Changelog
trunk/src/host.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <aid...@us...> - 2010-09-03 13:00:29
|
Revision: 151
http://dgd-osr.svn.sourceforge.net/dgd-osr/?rev=151&view=rev
Author: aidil-dgd
Date: 2010-09-03 13:00:22 +0000 (Fri, 03 Sep 2010)
Log Message:
-----------
Merged fix from baseline
Modified Paths:
--------------
trunk/Changelog
trunk/src/object.c
Property Changed:
----------------
trunk/src/object.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <aid...@us...> - 2010-09-03 13:22:46
|
Revision: 152
http://dgd-osr.svn.sourceforge.net/dgd-osr/?rev=152&view=rev
Author: aidil-dgd
Date: 2010-09-03 13:22:39 +0000 (Fri, 03 Sep 2010)
Log Message:
-----------
Bumped version to 1.4.5
Modified Paths:
--------------
trunk/Changelog
trunk/src/version.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dwo...@us...> - 2010-09-19 13:06:37
|
Revision: 204
http://dgd-osr.svn.sourceforge.net/dgd-osr/?rev=204&view=rev
Author: dworkin-sf
Date: 2010-09-19 13:06:30 +0000 (Sun, 19 Sep 2010)
Log Message:
-----------
Update doc/Platforms and doc/Changelog.
Modified Paths:
--------------
trunk/Changelog
trunk/doc/Platforms
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dwo...@us...> - 2010-09-25 15:40:08
|
Revision: 207
http://dgd-osr.svn.sourceforge.net/dgd-osr/?rev=207&view=rev
Author: dworkin-sf
Date: 2010-09-25 15:39:59 +0000 (Sat, 25 Sep 2010)
Log Message:
-----------
Clean up svn:mergeinfo property all over.
Property Changed:
----------------
branches/aidil/trunk/
branches/aidil/trunk/doc/Introduction
branches/aidil/trunk/doc/net/
branches/aidil/trunk/src/
branches/aidil/trunk/src/call_out.c
branches/aidil/trunk/src/config.c
branches/aidil/trunk/src/host/win32/
branches/aidil/trunk/src/host/win32/README
branches/closures/
branches/closures/doc/Introduction
branches/closures/doc/net/
branches/closures/src/
branches/closures/src/call_out.c
branches/closures/src/config.c
branches/closures/src/host/win32/
branches/closures/src/host/win32/README
branches/jit/
branches/jit/doc/Introduction
branches/jit/doc/net/
branches/jit/src/
branches/jit/src/call_out.c
branches/jit/src/config.c
branches/jit/src/host/win32/README
branches/net/
branches/net/doc/Introduction
branches/net/doc/net/
branches/net/src/
branches/net/src/call_out.c
branches/net/src/config.c
branches/net/src/host/win32/README
branches/shentino/branches/cleanup/
branches/shentino/branches/cleanup/doc/Introduction
branches/shentino/branches/cleanup/doc/net/
branches/shentino/branches/cleanup/src/
branches/shentino/branches/cleanup/src/call_out.c
branches/shentino/branches/cleanup/src/config.c
branches/shentino/branches/cleanup/src/host/win32/
branches/shentino/branches/cleanup/src/host/win32/README
branches/shentino/branches/cleanup/src/object.c
branches/shentino/branches/co_throttle/
branches/shentino/branches/co_throttle/doc/Introduction
branches/shentino/branches/co_throttle/doc/net/
branches/shentino/branches/co_throttle/src/
branches/shentino/branches/co_throttle/src/call_out.c
branches/shentino/branches/co_throttle/src/config.c
branches/shentino/branches/co_throttle/src/host/win32/
branches/shentino/branches/co_throttle/src/host/win32/README
branches/shentino/branches/co_throttle/src/object.c
branches/shentino/branches/collect/
branches/shentino/branches/collect/doc/Introduction
branches/shentino/branches/collect/doc/net/
branches/shentino/branches/collect/src/
branches/shentino/branches/collect/src/call_out.c
branches/shentino/branches/collect/src/config.c
branches/shentino/branches/collect/src/host/win32/
branches/shentino/branches/collect/src/host/win32/README
branches/shentino/branches/collect/src/object.c
branches/shentino/branches/experimental/
branches/shentino/branches/experimental/doc/Introduction
branches/shentino/branches/experimental/doc/net/
branches/shentino/branches/experimental/src/
branches/shentino/branches/experimental/src/call_out.c
branches/shentino/branches/experimental/src/config.c
branches/shentino/branches/experimental/src/host/win32/
branches/shentino/branches/experimental/src/host/win32/README
branches/shentino/branches/experimental/src/object.c
branches/shentino/branches/master/
branches/shentino/branches/master/doc/Introduction
branches/shentino/branches/master/doc/net/
branches/shentino/branches/master/src/
branches/shentino/branches/master/src/call_out.c
branches/shentino/branches/master/src/config.c
branches/shentino/branches/master/src/host/win32/
branches/shentino/branches/master/src/host/win32/README
branches/shentino/branches/master/src/object.c
branches/shentino/branches/oalloc_lowfirst/
branches/shentino/branches/oalloc_lowfirst/doc/Introduction
branches/shentino/branches/oalloc_lowfirst/doc/net/
branches/shentino/branches/oalloc_lowfirst/src/
branches/shentino/branches/oalloc_lowfirst/src/call_out.c
branches/shentino/branches/oalloc_lowfirst/src/config.c
branches/shentino/branches/oalloc_lowfirst/src/host/win32/
branches/shentino/branches/oalloc_lowfirst/src/host/win32/README
branches/shentino/branches/oalloc_lowfirst/src/object.c
branches/shentino/branches/otable_gc/
branches/shentino/branches/otable_gc/doc/Introduction
branches/shentino/branches/otable_gc/doc/net/
branches/shentino/branches/otable_gc/src/
branches/shentino/branches/otable_gc/src/call_out.c
branches/shentino/branches/otable_gc/src/config.c
branches/shentino/branches/otable_gc/src/host/win32/
branches/shentino/branches/otable_gc/src/host/win32/README
branches/shentino/branches/otable_gc/src/object.c
branches/shentino/trunk/
branches/shentino/trunk/doc/Introduction
branches/shentino/trunk/doc/net/
branches/shentino/trunk/src/
branches/shentino/trunk/src/call_out.c
branches/shentino/trunk/src/config.c
branches/shentino/trunk/src/host/win32/
branches/shentino/trunk/src/host/win32/README
branches/shentino/trunk/src/object.c
branches/silenus/trunk/
branches/silenus/trunk/doc/Introduction
branches/silenus/trunk/doc/net/
branches/silenus/trunk/src/
branches/silenus/trunk/src/call_out.c
branches/silenus/trunk/src/config.c
branches/silenus/trunk/src/host/win32/
branches/silenus/trunk/src/host/win32/README
branches/xpatch/doc/Introduction
branches/xpatch/doc/net/
branches/xpatch/src/
branches/xpatch/src/call_out.c
branches/xpatch/src/config.c
branches/xpatch/src/host/win32/README
trunk/
trunk/doc/Introduction
trunk/doc/net/
trunk/src/
trunk/src/call_out.c
trunk/src/config.c
trunk/src/host/win32/
trunk/src/host/win32/README
trunk/src/object.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|