lpc-ext-commits Mailing List for LPC Extensions
Status: Inactive
Brought to you by:
dworkin-sf
You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(11) |
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Felix A. C. <dwo...@us...> - 2011-07-18 14:02:55
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "LPC Extensions". The branch, master has been updated via 7b75d2ef888ce4bc250b3bf21ea81455fb6e639b (commit) from da238b0b351fcb79af3ae24dca33eb670f5ac693 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7b75d2ef888ce4bc250b3bf21ea81455fb6e639b Author: Felix A. Croes <fe...@dw...> Date: Mon Jul 18 16:02:15 2011 +0200 Include the relay program that was briefly part of DGD today. ----------------------------------------------------------------------- Summary of changes: src/relay/Makefile | 22 +++++++++ src/relay/login.c | 128 ++++++++++++++++++++++++++++++++++++++++++++++++++++ src/relay/login.h | 19 ++++++++ src/relay/relay.c | 55 ++++++++++++++++++++++ 4 files changed, 224 insertions(+), 0 deletions(-) create mode 100644 src/relay/Makefile create mode 100644 src/relay/login.c create mode 100644 src/relay/login.h create mode 100644 src/relay/relay.c hooks/post-receive -- LPC Extensions |
From: Felix A. C. <dwo...@us...> - 2011-01-10 16:38:19
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "LPC Extensions". The branch, master has been updated via da238b0b351fcb79af3ae24dca33eb670f5ac693 (commit) from e4401c87f17a9b3a86853d42d5262cbbcaf7f24b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit da238b0b351fcb79af3ae24dca33eb670f5ac693 Author: Felix A. Croes <fe...@dw...> Date: Mon Jan 10 17:36:58 2011 +0100 Use LD=ld for OS X only, other platforms have LD=$(CC). ----------------------------------------------------------------------- Summary of changes: Makefile | 3 ++- README | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- LPC Extensions |
From: Felix A. C. <dwo...@us...> - 2011-01-10 16:13:59
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "LPC Extensions". The branch, master has been updated via e4401c87f17a9b3a86853d42d5262cbbcaf7f24b (commit) from 129a90403a49d28972cb5a446d3f93acdb527395 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e4401c87f17a9b3a86853d42d5262cbbcaf7f24b Author: Felix A. Croes <fe...@dw...> Date: Mon Jan 10 17:13:14 2011 +0100 Indicate how to compile with Cygwin. ----------------------------------------------------------------------- Summary of changes: README | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- LPC Extensions |
From: Felix A. C. <dwo...@us...> - 2010-10-13 21:45:19
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "LPC Extensions". The branch, master has been updated via 129a90403a49d28972cb5a446d3f93acdb527395 (commit) from 17b32b6111072002fed4ef2a01393f8f30241784 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 129a90403a49d28972cb5a446d3f93acdb527395 Author: Felix A. Croes <fe...@dw...> Date: Wed Oct 13 23:41:44 2010 +0200 Get this to work on Snow Leopard, too. MacOS 10.6 requires /usr/lib/bundle1.o to be included in a bundle (a shared object). 10.5 won't complain if it is. ----------------------------------------------------------------------- Summary of changes: Makefile | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) hooks/post-receive -- LPC Extensions |
From: Felix A. C. <dwo...@us...> - 2010-10-07 18:11:42
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "LPC Extensions". The tag, 0.6.1 has been created at 17b32b6111072002fed4ef2a01393f8f30241784 (commit) - Log ----------------------------------------------------------------- commit 17b32b6111072002fed4ef2a01393f8f30241784 Author: Felix A. Croes <fe...@dw...> Date: Thu Oct 7 20:07:47 2010 +0200 0.6.1 Add Windows DLL support. ----------------------------------------------------------------------- hooks/post-receive -- LPC Extensions |
From: Felix A. C. <dwo...@us...> - 2010-10-07 18:11:25
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "LPC Extensions". The branch, master has been updated via 17b32b6111072002fed4ef2a01393f8f30241784 (commit) via 1a3248d01b8196cbcdd7c57f3debd0b35d20a9c0 (commit) via 2d82f84e422436cb27b5413bd6447ce38e86a554 (commit) from 1ba315f315e74235b697fa6ef042d6f79c147a85 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 17b32b6111072002fed4ef2a01393f8f30241784 Author: Felix A. Croes <fe...@dw...> Date: Thu Oct 7 20:07:47 2010 +0200 0.6.1 Add Windows DLL support. commit 1a3248d01b8196cbcdd7c57f3debd0b35d20a9c0 Author: Felix A. Croes <fe...@dw...> Date: Thu Oct 7 20:02:05 2010 +0200 Add VS2010 solution and project files. commit 2d82f84e422436cb27b5413bd6447ce38e86a554 Author: Felix A. Croes <fe...@dw...> Date: Thu Oct 7 19:11:55 2010 +0200 Return 1 for success from ext_cb(). ----------------------------------------------------------------------- Summary of changes: README | 3 +- lpc-ext.sln | 52 ++++++++ project/lower_case/lower_case.vcxproj | 154 ++++++++++++++++++++++++ project/lower_case/lower_case.vcxproj.filters | 23 ++++ project/lpc-ext/lpc-ext.vcxproj | 136 +++++++++++++++++++++ project/lpc-ext/lpc-ext.vcxproj.filters | 26 ++++ project/regexp/regexp.vcxproj | 158 +++++++++++++++++++++++++ project/regexp/regexp.vcxproj.filters | 35 ++++++ src/dllmain.cpp | 6 + src/lpc_ext.c | 13 ++- 10 files changed, 603 insertions(+), 3 deletions(-) create mode 100644 lpc-ext.sln create mode 100644 project/lower_case/lower_case.vcxproj create mode 100644 project/lower_case/lower_case.vcxproj.filters create mode 100644 project/lpc-ext/lpc-ext.vcxproj create mode 100644 project/lpc-ext/lpc-ext.vcxproj.filters create mode 100644 project/regexp/regexp.vcxproj create mode 100644 project/regexp/regexp.vcxproj.filters create mode 100644 src/dllmain.cpp hooks/post-receive -- LPC Extensions |
From: Felix A. C. <dwo...@us...> - 2010-06-15 13:06:01
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "LPC Extensions". The tag, 0.6 has been created at 1ba315f315e74235b697fa6ef042d6f79c147a85 (commit) - Log ----------------------------------------------------------------- commit 1ba315f315e74235b697fa6ef042d6f79c147a85 Author: Felix A. Croes <fe...@dw...> Date: Tue Jun 15 15:03:59 2010 +0200 0.6 Use `long double' instead of `double'. ----------------------------------------------------------------------- hooks/post-receive -- LPC Extensions |
From: Felix A. C. <dwo...@us...> - 2010-06-15 13:05:46
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "LPC Extensions". The branch, master has been updated via 1ba315f315e74235b697fa6ef042d6f79c147a85 (commit) from a53c8b55f4bf1ef9a37f78dcb1d087f4524c3dad (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1ba315f315e74235b697fa6ef042d6f79c147a85 Author: Felix A. Croes <fe...@dw...> Date: Tue Jun 15 15:03:59 2010 +0200 0.6 Use `long double' instead of `double'. ----------------------------------------------------------------------- Summary of changes: Makefile | 14 +++++++------- doc/Extensions | 2 +- src/lpc_ext.h | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) hooks/post-receive -- LPC Extensions |
From: Felix A. C. <dwo...@us...> - 2010-06-11 14:12:00
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "LPC Extensions". The tag, 0.5.1 has been created at a53c8b55f4bf1ef9a37f78dcb1d087f4524c3dad (commit) - Log ----------------------------------------------------------------- commit a53c8b55f4bf1ef9a37f78dcb1d087f4524c3dad Author: Felix A. Croes <fe...@dw...> Date: Fri Jun 11 16:08:00 2010 +0200 0.5.1 - Put the lower_case() example back in doc/Extensions. - Add a clean rule to the (still very primitive) Makefile. - Put a bit more information in README. ----------------------------------------------------------------------- hooks/post-receive -- LPC Extensions |
From: Felix A. C. <dwo...@us...> - 2010-06-11 14:11:47
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "LPC Extensions". The branch, master has been updated via a53c8b55f4bf1ef9a37f78dcb1d087f4524c3dad (commit) from 0c9d13afd314f0aa009d87dca135814168da7ed8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a53c8b55f4bf1ef9a37f78dcb1d087f4524c3dad Author: Felix A. Croes <fe...@dw...> Date: Fri Jun 11 16:08:00 2010 +0200 0.5.1 - Put the lower_case() example back in doc/Extensions. - Add a clean rule to the (still very primitive) Makefile. - Put a bit more information in README. ----------------------------------------------------------------------- Summary of changes: Makefile | 3 ++ README | 6 ++++- doc/Extensions | 64 +++++++++++++++++++++++++++++++++++++++++++++++++------ 3 files changed, 65 insertions(+), 8 deletions(-) hooks/post-receive -- LPC Extensions |
From: Felix A. C. <dwo...@us...> - 2010-06-10 19:57:47
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "LPC Extensions". The branch, master has been updated via 0c9d13afd314f0aa009d87dca135814168da7ed8 (commit) via 329eec602c82be5c8410e64953d23f1324f8259c (commit) via ffb0f20cbedad6096174b0b0a71cc6608feaa254 (commit) via 81b20da7c0e9b5e832511be37c8840ec1fd9d53e (commit) via 6282706b91ad151590efa33c287c21263177bfe9 (commit) via 48eb248887d7139b46bd6b73ca0a7e7d89382e53 (commit) via 9d9180f6fa35cc2eb8184379e91c4e3baf008918 (commit) from 5545c3366a53b04b33c78f78ce0a1534b9f826fc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0c9d13afd314f0aa009d87dca135814168da7ed8 Author: Felix A. Croes <fe...@dw...> Date: Thu Jun 10 21:51:45 2010 +0200 Add a README file. Explain how to compile. Also, change the default platform to GNU. commit 329eec602c82be5c8410e64953d23f1324f8259c Author: Felix A. Croes <fe...@dw...> Date: Thu Jun 10 21:46:10 2010 +0200 Clarify wording. commit ffb0f20cbedad6096174b0b0a71cc6608feaa254 Author: Felix A. Croes <fe...@dw...> Date: Thu Jun 10 21:45:09 2010 +0200 Add Makefile. The top-level Makefile can be used to build loadable modules for all kfun packages. commit 81b20da7c0e9b5e832511be37c8840ec1fd9d53e Author: Felix A. Croes <fe...@dw...> Date: Thu Jun 10 21:08:18 2010 +0200 Rewrite documentation as needed. Remove all mention of "macros" and explain the use of lpc_value_temp(). commit 6282706b91ad151590efa33c287c21263177bfe9 Author: Felix A. Croes <fe...@dw...> Date: Thu Jun 10 19:17:04 2010 +0200 Add mapping index enumerator. commit 48eb248887d7139b46bd6b73ca0a7e7d89382e53 Author: Felix A. Croes <fe...@dw...> Date: Wed Jun 9 20:56:17 2010 +0200 0.4 lpc_object_name() now returns the name. commit 9d9180f6fa35cc2eb8184379e91c4e3baf008918 Author: Felix A. Croes <fe...@dw...> Date: Wed Jun 9 18:35:30 2010 +0200 0.3 - lpc_error() => lpc_runtime_error() - Reintroduce lpc_object_putval(). - Bring kfun extensions up to date. - Bring documentation (mostly) up to date. ----------------------------------------------------------------------- Summary of changes: COPYING | 4 +- Makefile | 43 ++++++++ README | 2 + doc/Extensions | 260 +++++++++++++++++------------------------------- kfun/lower_case.c | 11 ++- kfun/rgx/Makefile.diff | 2 +- kfun/rgx/regexp.c | 16 ++- src/lpc_ext.c | 75 ++++++++++---- src/lpc_ext.h | 13 ++- 9 files changed, 216 insertions(+), 210 deletions(-) create mode 100644 Makefile create mode 100644 README hooks/post-receive -- LPC Extensions |
From: Felix A. C. <dwo...@us...> - 2010-06-10 19:56:21
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "LPC Extensions". The annotated tag, 0.5 has been created at 67ade070d1525ffa4c3bfc0a356480a4b10bb57e (tag) tagging 0c9d13afd314f0aa009d87dca135814168da7ed8 (commit) tagged by Felix A. Croes on Thu Jun 10 21:55:17 2010 +0200 - Log ----------------------------------------------------------------- 0.5 Felix A. Croes (15): Initial commit of license (public domain). Add the first kfun package, rgx-0.5. Initial import of lpc_ext.h Initial import of documentation. Adjust the interface. Add lower_case() kfun. Add initialization callgate. Update to version 0.2. 0.3 0.4 Add mapping index enumerator. Rewrite documentation as needed. Add Makefile. Clarify wording. Add a README file. ----------------------------------------------------------------------- hooks/post-receive -- LPC Extensions |
From: Felix A. C. <dwo...@us...> - 2010-06-09 18:57:18
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "LPC Extensions". The tag, 0.4 has been created at 48eb248887d7139b46bd6b73ca0a7e7d89382e53 (commit) - Log ----------------------------------------------------------------- commit 48eb248887d7139b46bd6b73ca0a7e7d89382e53 Author: Felix A. Croes <fe...@dw...> Date: Wed Jun 9 20:56:17 2010 +0200 0.4 lpc_object_name() now returns the name. ----------------------------------------------------------------------- hooks/post-receive -- LPC Extensions |
From: Felix A. C. <dwo...@us...> - 2010-06-09 16:40:25
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "LPC Extensions". The tag, 0.3 has been created at 9d9180f6fa35cc2eb8184379e91c4e3baf008918 (commit) - Log ----------------------------------------------------------------- commit 9d9180f6fa35cc2eb8184379e91c4e3baf008918 Author: Felix A. Croes <fe...@dw...> Date: Wed Jun 9 18:35:30 2010 +0200 0.3 - lpc_error() => lpc_runtime_error() - Reintroduce lpc_object_putval(). - Bring kfun extensions up to date. - Bring documentation (mostly) up to date. ----------------------------------------------------------------------- hooks/post-receive -- LPC Extensions |
From: Felix A. C. <dwo...@us...> - 2010-06-08 23:59:31
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "LPC Extensions". The branch, master has been updated via 5545c3366a53b04b33c78f78ce0a1534b9f826fc (commit) via 026c7b2e334ae70036a7bfc03a20b5aef50ea766 (commit) via dea5ab3794609f50feb38521ae47bc8db98dd129 (commit) from 15832b712b09239a161a330096682d855b40e682 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5545c3366a53b04b33c78f78ce0a1534b9f826fc Author: Felix A. Croes <fe...@dw...> Date: Wed Jun 9 01:55:59 2010 +0200 Update to version 0.2. commit 026c7b2e334ae70036a7bfc03a20b5aef50ea766 Author: Felix A. Croes <fe...@dw...> Date: Tue Jun 8 21:11:06 2010 +0200 Add initialization callgate. commit dea5ab3794609f50feb38521ae47bc8db98dd129 Author: Felix A. Croes <fe...@dw...> Date: Tue Jun 8 19:27:26 2010 +0200 Add lower_case() kfun. Include the lower_case() kfun from the documentation as source code. ----------------------------------------------------------------------- Summary of changes: kfun/lower_case.c | 43 ++++++++++++++++++++++++++ kfun/rgx/regexp.c | 5 ++- src/lpc_ext.c | 56 +++++++++++++++++++++++++++++++++ src/lpc_ext.h | 88 +++++++++++++++++++++++++++++------------------------ 4 files changed, 150 insertions(+), 42 deletions(-) create mode 100644 kfun/lower_case.c create mode 100644 src/lpc_ext.c hooks/post-receive -- LPC Extensions |
From: Felix A. C. <dwo...@us...> - 2010-06-08 17:06:33
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "LPC Extensions". The branch, master has been updated via 15832b712b09239a161a330096682d855b40e682 (commit) via a34bd346d58eefce21d486de5ceccda58cd81250 (commit) from b0c482c69a6055f42cc8931142058bcd0f0016b9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 15832b712b09239a161a330096682d855b40e682 Author: Felix A. Croes <fe...@dw...> Date: Tue Jun 8 19:04:46 2010 +0200 Adjust the interface. DGD_TYPE_* => LPC_TYPE_* DGD_*_T => LPC_* DGD_*() => lpc_*() commit a34bd346d58eefce21d486de5ceccda58cd81250 Author: Felix A. Croes <fe...@dw...> Date: Tue Jun 8 14:24:47 2010 +0200 Initial import of documentation. Import doc/Extensions from DGD 1.3.9, with modifications. ----------------------------------------------------------------------- Summary of changes: doc/Extensions | 271 +++++++++++++++++++++++++++++++++++++++++++++++++++++ kfun/rgx/regexp.c | 203 ++++++++++++++++++++-------------------- src/lpc_ext.h | 232 +++++++++++++++++---------------------------- 3 files changed, 460 insertions(+), 246 deletions(-) create mode 100644 doc/Extensions hooks/post-receive -- LPC Extensions |
From: Felix A. C. <dwo...@us...> - 2010-06-08 11:37:55
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "LPC Extensions". The branch, master has been updated via b0c482c69a6055f42cc8931142058bcd0f0016b9 (commit) from 02711b643abd7312217f1da34b78238c68d94398 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b0c482c69a6055f42cc8931142058bcd0f0016b9 Author: Felix A. Croes <fe...@dw...> Date: Tue Jun 8 13:35:57 2010 +0200 Initial import of lpc_ext.h Import from DGD 1.3.9, with modifications. ----------------------------------------------------------------------- Summary of changes: src/lpc_ext.h | 150 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 150 insertions(+), 0 deletions(-) create mode 100644 src/lpc_ext.h hooks/post-receive -- LPC Extensions |