aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2011-11-24Create build-jim-ext for building extensionsSteve Bennett1-5/+2
Simplifies the process of building loadable extensions Signed-off-by: Steve Bennett <steveb@workware.net.au>
2011-08-16add jimsh.exe into .gitignoreJie Zhang1-0/+1
Signed-off-by: Steve Bennett <steveb@workware.net.au>
2011-07-13Simplify approach for generated codeSteve Bennett1-4/+1
All generated sources are now prefixed with an underscore Signed-off-by: Steve Bennett <steveb@workware.net.au>
2011-07-13Add tcl_platform(pathSeparator)Steve Bennett1-0/+1
Tcl compatible. Also move jimsh initialisation script into initjimsh.tcl Signed-off-by: Steve Bennett <steveb@workware.net.au>
2011-06-25Add some missing generated files to .gitignoreSteve Bennett1-0/+2
Signed-off-by: Steve Bennett <steveb@workware.net.au>
2011-06-09Use autosetup instead of autoconfSteve Bennett1-0/+1
Faster, simpler auto-configuration Signed-off-by: Steve Bennett <steveb@workware.net.au>
2010-11-19build: add configure.gnu to .gitignoreSpencer Oliver1-0/+1
configure.gnu is used by autoconf when using jimtcl as a subproject. so ignore what happens to this file. Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
2010-11-17Add UTF-8 support to JimSteve Bennett1-1/+2
Signed-off-by: Steve Bennett <steveb@workware.net.au>
2010-11-11Add jim-config.h to .gitignoreSteve Bennett1-0/+1
Signed-off-by: Steve Bennett <steveb@workware.net.au>
2010-10-15Add install target to MakefileSteve Bennett1-0/+13
This also respects CFLAGS and LDFLAGS from configure and allows them to be overriden on the make command line Signed-off-by: Steve Bennett <steveb@workware.net.au>
2010-10-15Improvements to jim configureSteve Bennett1-0/+1
Create and use config.h Check for backtrace, fork, vfork, syslog, regcomp and others Disable extensions which require missing functions/features Check for one arg vs. two arg mkdir() Distinguish between mingw and native windows The aio extension has reduced functionality for ANSI C only Signed-off-by: Steve Bennett <steveb@workware.net.au>
2010-10-15Simplify use of eventloopSteve Bennett1-1/+0
Just assume direct static linking for now
2010-10-15Ignore some stuffSteve Bennett1-0/+5