summaryrefslogtreecommitdiffstats
path: root/source/lib/appweb
Commit message (Expand)AuthorAgeFilesLines
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using Jelmer Vernooij2005-12-261-3/+3
* r11611: don't use unions without a instance name, not all compilers support t...Stefan Metzmacher2005-11-091-2/+2
* r11456: fixed a ejs parser bug for delete() statementsAndrew Tridgell2005-11-021-1/+3
* r11244: Relative path names in .mk filesJelmer Vernooij2005-10-211-8/+8
* r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij2005-10-201-5/+0
* r11084: - allow hex numbers with 'a'...'f' digits to be parsedStefan Metzmacher2005-10-152-8/+15
* r10586: Add MergedObject() builder. Default to Library() rather Jelmer Vernooij2005-09-281-3/+3
* r10348: Add scons scripts for remaining subsystems. Most subsystems build now, Jelmer Vernooij2005-09-202-13/+5
* r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinking Jelmer Vernooij2005-08-301-1/+1
* r9600: fixed the intermittent failures we were getting with ejs in the buildAndrew Tridgell2005-08-251-1/+36
* r9504: use some low level ejs hackery to give much better exception error mes...Andrew Tridgell2005-08-231-1/+1
* r9464: fixed a problem with child pointers copied into non-allocated mpr vari...Andrew Tridgell2005-08-221-1/+13
* r9311: Missing null pointer check in ejsLibSteve French2005-08-161-1/+2
* r9299: fixed the evaluation of pointer expressions that evaluate to booleanAndrew Tridgell2005-08-131-2/+25
* r9183: more workarounds for the global variables in ejs. I will discuss getti...Andrew Tridgell2005-08-072-0/+30
* r9173: catch ep->local being NULLAndrew Tridgell2005-08-071-1/+3
* r9172: - fixed a nasty bug in the 'deep copy' mpr code that caused variablesAndrew Tridgell2005-08-071-2/+4
* r8696: fixed ejs to more strictly follow the va_list rules. Might fix thatAndrew Tridgell2005-07-222-3/+5
* r8684: this should fix the panic on x86_64, and possibly alphaAndrew Tridgell2005-07-211-2/+6
* r8651: fixed a boolean expression bug (submitted upstream)Andrew Tridgell2005-07-201-0/+3
* r8631: give an error on incorrect argument countAndrew Tridgell2005-07-202-5/+4
* r8630: give a much nicer backtrace on assert() failures in ejsAndrew Tridgell2005-07-203-20/+25
* r8599: null terminate the argv list in string C functionsAndrew Tridgell2005-07-191-1/+2
* r8562: small merge with upstreamAndrew Tridgell2005-07-192-12/+5
* r8483: switched our generated ejs rpc code over to the new OO interface. ThisAndrew Tridgell2005-07-151-0/+1
* r8466: it is not portable to assert() a va_list (it breaks on alpha for example)Andrew Tridgell2005-07-141-1/+0
* r8461: fixed integer64 handling on bit endian platforms. The ejs code usedAndrew Tridgell2005-07-141-1/+1
* r8453: my solaris10 box doesn't have math.hAndrew Tridgell2005-07-141-1/+2
* r8451: samba4 finally builds on solaris 8 sparc with heimdal and ejsAndrew Tridgell2005-07-141-2/+6
* r8405: update var.c from upstreamAndrew Tridgell2005-07-131-12/+12
* r8404: small upstream merges of appweb codeAndrew Tridgell2005-07-134-17/+13
* r8401: add a readme pointing to the upstream sourcesAndrew Tridgell2005-07-131-0/+6
* r8400: separate out the mpr code, as it is in the upstream appweb sourcesAndrew Tridgell2005-07-137-9/+19
* r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell2005-07-1318-0/+11478