aboutsummaryrefslogtreecommitdiff
path: root/examples.api/jim_obj.c
AgeCommit message (Collapse)AuthorFilesLines
2023-03-06examples.api: drop last JIM_EMBEDDED definitionsAntonio Borneo1-1/+0
The macro JIM_EMBEDDED was required to be defined before including jim.h in applications that embed jimtcl. This requirement has been dropped in 2010 with commit 2d8564100c86 ("Documentation updates") but it's use has remained for longer and it even re-appeared later in the examples.api. Drop last instances of JIM_EMBEDDED. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
2013-06-12example.api: Replace string object initializationEzequiel Garcia1-6/+2
The object initialization relies on the API function: Jim_InitStringRep(), yet this function has been removed by this commit. commit 2e8b9ddb92ed1cea3054ed8180d363c9dcc72dd9 Author: Steve Bennett <steveb@workware.net.au> Date: Sat Feb 18 14:47:11 2012 +1000 Small cleanup/optimisation in object create/dup (BTW, it's not very clean to remove an API function and not even specify that in the commit message). Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
2010-10-15Re-add some files lost from v0.51Steve Bennett1-0/+76
In particular the C examples (now in examples.api/) Signed-off-by: Steve Bennett <steveb@workware.net.au>