summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Change preprocessing error for tokens appearing after #else and #end to warni...William S Fulton2011-02-171-2/+6
* Documentation numbering updateWilliam S Fulton2011-02-172-4/+9
* Preprocessing now errors out if extra tokens appear after #else and #end. Add...William S Fulton2011-02-161-1/+1
* Add mzscheme tip from bug #2942899William S Fulton2011-02-051-0/+4
* SF #2942899 Add user supplied documentation to help getting started with MzSc...William S Fulton2011-02-051-2/+3
* SF #2942899 Add user supplied documentation to help getting started with MzSc...William S Fulton2011-02-051-6/+111
* SF #3141139 better callback documentationWilliam S Fulton2011-02-041-1/+2
* Add link to runtime information developer docWilliam S Fulton2011-02-031-0/+1
* [D] Docs: Mention the "pre", "post" and "terminator" din typemap attributes.David Nadlinger2011-01-291-2/+2
* [D] Docs: Cosmetic fix to $imcall HTML anchor name.David Nadlinger2011-01-291-2/+2
* New warning when the smartptr feature is missing in some classes in an inheri...William S Fulton2011-01-172-11/+51
* Added some missing multi-argument typemaps: (char *STRING, size_t LENGTH) and...William S Fulton2011-01-142-4/+48
* ascii 'art' improvementWilliam S Fulton2011-01-081-10/+11
* Better linkchecker configuration for checking html links. Fix broken links an...William S Fulton2011-01-0813-23/+26
* Use htmldoc's new --overflow option and fix overflow warnings in the pdf docu...William S Fulton2011-01-088-32/+48
* fixes for html tidy in D.htmlWilliam S Fulton2011-01-081-4/+4
* Fix most of the html errors in D.htmlWilliam S Fulton2011-01-071-9/+9
* Chapter renumbering after adding D chapterWilliam S Fulton2011-01-0718-637/+670
* Fix order of D chapter in Sections summaryWilliam S Fulton2011-01-071-1/+1
* SF patch # 3091116 to remove hard coded path to pythonWilliam S Fulton2011-01-072-2/+2
* [D] Operator overloading support for D1 and D2.David Nadlinger2010-12-301-2/+14
* Fix typo (extra ')') in Python docs (SF#3131673).Olly Betts2010-12-101-1/+1
* Mention SWIG_FEATURES for running the test-suiteWilliam S Fulton2010-12-031-0/+18
* [D] Replaced the term "wrap D module" with "intermediary D module" (including...David Nadlinger2010-11-281-36/+36
* [D] Document "-d2" switch, native pointer support and D_VERSION=2.David Nadlinger2010-11-261-1/+30
* [D] Renamed the "dnativeconst" feature to "dmanifestconst".David Nadlinger2010-11-181-2/+2
* Added support for the D programming languge.David Nadlinger2010-11-183-0/+403
* Correct explanation of how to match on class name in %rename.Vadim Zeitlin2010-11-161-16/+8
* minor clarification about %{ %} blocksWilliam S Fulton2010-10-181-3/+3
* Bump version to 2.0.2 and move CHANGES.current to CHANGESWilliam S Fulton2010-10-051-1/+1
* Not all languages were not in alphabetical orderWilliam S Fulton2010-10-046-174/+174
* dependency fix for the .book files generationWilliam S Fulton2010-10-041-3/+3
* dependency fix for the .book files generationWilliam S Fulton2010-10-041-2/+2
* html fixesWilliam S Fulton2010-10-041-1/+1
* Warning section doc updateWilliam S Fulton2010-10-042-2/+2
* Add 2.0.1 release notesWilliam S Fulton2010-10-042-2/+3
* Add -pcreversion option to display PCRE version informationWilliam S Fulton2010-10-011-0/+1
* remove latin-1 charactersWilliam S Fulton2010-09-281-3/+3
* Allocate warnings 700-799 for languages modules. Note 900-999 was and is docu...William S Fulton2010-09-271-1/+1
* html fixesWilliam S Fulton2010-09-213-3/+3
* Add missing typemap debug options to docsWilliam S Fulton2010-09-151-0/+2
* Expand the family of debug print functions for displaying DOH types. Provide ...William S Fulton2010-09-152-32/+167
* Change HTML to be more suitable for human edits.Olly Betts2010-09-081-48/+201
* Add more regex function usage examples in %rename section.Vadim Zeitlin2010-08-141-0/+22
* Minor comment changes and html changesWilliam S Fulton2010-07-232-7/+21
* minor edits in %rename sectionsWilliam S Fulton2010-07-231-24/+24
* Add support for "[not]regexmatch" and "regextarget" to %rename.Vadim Zeitlin2010-07-221-5/+40
* Improve %rename(match) documentation.Vadim Zeitlin2010-07-221-3/+35
* Add support for regex encoder for %rename.Vadim Zeitlin2010-07-221-0/+12
* Document advanced %rename capabilities.Vadim Zeitlin2010-07-221-6/+188