[lpc-ext] [SCM] LPC Extensions branch, master, updated. 0.5
Status: Inactive
Brought to you by:
dworkin-sf
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 |