r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for correct...
[kai/samba.git] / source / lib / appweb /
2007-10-10 Stefan Metzmacherr16010: deal with the case that int64,uint64 are alread...
2007-10-10 Stefan Metzmacherr16002: fix the build on solaris
2007-10-10 Jelmer Vernooijr15358: Fix some compiler warnings / type safety. Found...
2007-10-10 Jelmer Vernooijr15321: Reduce the size of rewrite.m4 a bit more
2007-10-10 Jelmer Vernooijr15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPEN...
2007-10-10 Jelmer Vernooijr14999: Remove more unused autoconf code
2007-10-10 Andrew Tridgellr14984: marking mprBreakpoint() as a __noreturn__ funct...
2007-10-10 Jelmer Vernooijr14844: Support a stdbool.h replacement in lib/replace/
2007-10-10 Jelmer Vernooijr14477: Remove the NOPROTO property - it's no longer...
2007-10-10 Jelmer Vernooijr13944: Yet another round of splitups.
2007-10-10 Jelmer Vernooijr12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES...
2007-10-10 Stefan Metzmacherr11611: don't use unions without a instance name, not...
2007-10-10 Andrew Tridgellr11456: fixed a ejs parser bug for delete() statements
2007-10-10 Jelmer Vernooijr11244: Relative path names in .mk files
2007-10-10 Jelmer Vernooijr11214: Remove scons files (see lists.samba.org/archive...
2007-10-10 Stefan Metzmacherr11084: - allow hex numbers with 'a'...'f' digits to...
2007-10-10 Jelmer Vernooijr10586: Add MergedObject() builder. Default to Library...
2007-10-10 Jelmer Vernooijr10348: Add scons scripts for remaining subsystems...
2007-10-10 Jelmer Vernooijr9792: Rename StrCaseCmp -> strcasecmp_m. All these...
2007-10-10 Andrew Tridgellr9600: fixed the intermittent failures we were getting...
2007-10-10 Andrew Tridgellr9504: use some low level ejs hackery to give much...
2007-10-10 Andrew Tridgellr9464: fixed a problem with child pointers copied into...
2007-10-10 Steve Frenchr9311: Missing null pointer check in ejsLib
2007-10-10 Andrew Tridgellr9299: fixed the evaluation of pointer expressions...
2007-10-10 Andrew Tridgellr9183: more workarounds for the global variables in...
2007-10-10 Andrew Tridgellr9173: catch ep->local being NULL
2007-10-10 Andrew Tridgellr9172: - fixed a nasty bug in the 'deep copy' mpr code...
2007-10-10 Andrew Tridgellr8696: fixed ejs to more strictly follow the va_list...
2007-10-10 Andrew Tridgellr8684: this should fix the panic on x86_64, and possibl...
2007-10-10 Andrew Tridgellr8651: fixed a boolean expression bug (submitted upstream)
2007-10-10 Andrew Tridgellr8631: give an error on incorrect argument count
2007-10-10 Andrew Tridgellr8630: give a much nicer backtrace on assert() failures...
2007-10-10 Andrew Tridgellr8599: null terminate the argv list in string C functions
2007-10-10 Andrew Tridgellr8562: small merge with upstream
2007-10-10 Andrew Tridgellr8483: switched our generated ejs rpc code over to...
2007-10-10 Andrew Tridgellr8466: it is not portable to assert() a va_list (it...
2007-10-10 Andrew Tridgellr8461: fixed integer64 handling on bit endian platforms...
2007-10-10 Andrew Tridgellr8453: my solaris10 box doesn't have math.h
2007-10-10 Andrew Tridgellr8451: samba4 finally builds on solaris 8 sparc with...
2007-10-10 Andrew Tridgellr8405: update var.c from upstream
2007-10-10 Andrew Tridgellr8404: small upstream merges of appweb code
2007-10-10 Andrew Tridgellr8401: add a readme pointing to the upstream sources
2007-10-10 Andrew Tridgellr8400: separate out the mpr code, as it is in the upstr...
2007-10-10 Andrew Tridgellr8399: move the ejs and esp code closer to the director...