summaryrefslogtreecommitdiff
path: root/Doc/Manual/Lua.html
Commit message (Collapse)AuthorAgeFilesLines
* Chapter renumbering after adding D chapterWilliam S Fulton2011-01-071-37/+37
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12376 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Chapter renumbering after Go addedWilliam S Fulton2010-06-101-37/+37
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12112 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix more doubled word typosOlly Betts2010-05-231-2/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12040 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix numerous broken links reported by linkcheckerWilliam S Fulton2010-03-061-2/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11924 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Correctly mangle the html section names to prevent name clashes in the pdf ↵William S Fulton2010-03-061-1/+1
| | | | | | document git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11921 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix a few inconsistencies in reporting of file/line numberings including ↵William S Fulton2010-01-091-2/+2
| | | | | | modifying the overload warnings to now be two line warnings git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11813 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Update warnings to newer slightly modified warning formatWilliam S Fulton2010-01-091-1/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11810 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* html fixv1.3.38rel-1.3.38William S Fulton2009-01-311-2/+5
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11104 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* auto formatting modsWilliam S Fulton2009-01-211-1/+11
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11076 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* [Lua] Added contract support for requiring that unsigned numbers are >=0Mark Gossage2009-01-131-18/+281
| | | | | | | Rewrote much of Examples/Lua/embed3. Added a lot of to the Lua documentation. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11061 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* new section numbering since adding in ccache chapterWilliam S Fulton2008-12-201-28/+28
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10991 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* [lua] Added a typemap DISOWN for SWIGTYPE* and SWIGTYPE[], and support for ↵Mark Gossage2008-03-271-5/+28
| | | | | | %delobject feature. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10326 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Some documentation improvements for Octave.Xavier Delacour2008-03-221-1/+7
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10318 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* [lua] added %luacode feature, documentation & examplesMark Gossage2008-03-171-8/+45
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10312 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* [lua] updated docs for exceptionsMark Gossage2008-03-061-15/+136
| | | | | | | added new examples (exception,embed2) update typmaps git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10300 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Put the chapters back in order after erroneously incorrectly reordering them ↵William S Fulton2008-03-021-26/+26
| | | | | | in last checkin git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10294 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add in Octave and R sectionsWilliam S Fulton2008-03-021-26/+26
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10292 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* [lua] update lua.htmlMark Gossage2007-12-121-5/+5
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10187 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* [lua] extras compability for lua 5.1, fixed a static link name conflictMark Gossage2007-07-101-23/+19
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9864 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* [lua] Fix a bug in SWIG_ALLOC_ARRAY()Mark Gossage2007-07-051-2/+2
| | | | | | | improved the error messages for incorrect arguments. Changed the output of swig_type() to use the human readable form of the type, rather than the raw swig type. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9863 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* changes after running the html checkerWilliam S Fulton2007-07-021-0/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9861 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixed issues with C++ classes and hierachies across multiple source files. Mark Gossage2007-05-021-8/+26
| | | | | | | | | Fixed imports test case & added run test. Added Examples/imports. Added typename for raw lua_State* Added documentation on native functions. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9748 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Escape < and > in HTML since unescaped instances confuse htmldoc and cause itOlly Betts2007-03-261-1/+1
| | | | | | | to mangle the "one HTML page" version of the manual. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9662 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Added a lua specific carrays.i which adds the operator[] support.Mark Gossage2007-01-221-12/+10
| | | | | | modified the main code to make it not emit all the class member functions & accessors git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9642 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* making setting immutables an errorMark Gossage2006-12-211-9/+29
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9626 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* $self special variable for %extendWilliam S Fulton2006-11-081-3/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9530 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* html fixesWilliam S Fulton2006-03-041-0/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8955 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Small update Lua documents on troubleshooting problemsMark Gossage2006-02-241-0/+31
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8889 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* minor html fixesWilliam S Fulton2006-01-091-1/+0
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8329 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* fixed mistakes in the manualMark Gossage2005-12-271-8/+9
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8080 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Update after runnning make - chapter numbers have changedWilliam S Fulton2005-11-261-25/+25
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7875 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Huge update to the Allegrocl module. Better C support. C++ supportAhmon Dancy2005-11-091-25/+25
| | | | | | | | | | added. Documentation! Makes use of typemaps for better interface tuning. Improved type support. Wrapping of foreign pointers in CLOS objects; hopefully a step toward being able to extend C++ classes from Lisp. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7828 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* html validation fixesWilliam S Fulton2005-09-241-2/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7513 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Lua improvements - Mark Gossage patch #1295168William S Fulton2005-09-201-3/+14
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7473 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* fixes for problems reported by htmldoc and tidyWilliam S Fulton2005-09-111-108/+170
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7430 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Support for Lua added - patch from Mark GossageWilliam S Fulton2005-08-151-0/+994
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7365 626c5289-ae23-0410-ae9c-e8d60b6d4f22