Andrew Tridgell
80177b29f4
r8696: fixed ejs to more strictly follow the va_list rules. Might fix that
...
pesky panic on x86_64
2007-10-10 13:29:55 -05:00
Andrew Tridgell
c2f5884e2f
r8684: this should fix the panic on x86_64, and possibly alpha
2007-10-10 13:29:54 -05:00
Andrew Tridgell
bd4c388cd2
r8651: fixed a boolean expression bug (submitted upstream)
2007-10-10 13:29:50 -05:00
Andrew Tridgell
ed09e19794
r8631: give an error on incorrect argument count
2007-10-10 13:29:46 -05:00
Andrew Tridgell
a2266f6927
r8630: give a much nicer backtrace on assert() failures in ejs
...
I will submit this upstream
2007-10-10 13:29:46 -05:00
Andrew Tridgell
cabf638a31
r8599: null terminate the argv list in string C functions
2007-10-10 13:29:43 -05:00
Andrew Tridgell
6c9bf162af
r8562: small merge with upstream
2007-10-10 13:29:38 -05:00
Andrew Tridgell
57d7a585e8
r8483: switched our generated ejs rpc code over to the new OO interface. This
...
means we don't pollute the name space, and also makes for faster
startup times as we only create variables for the pipes that we use,
not all pipes
2007-10-10 13:23:08 -05:00
Andrew Tridgell
2a64ee4227
r8466: it is not portable to assert() a va_list (it breaks on alpha for example)
2007-10-10 13:23:06 -05:00
Andrew Tridgell
ccc87eb8aa
r8461: fixed integer64 handling on bit endian platforms. The ejs code used
...
%Ld, which is an invalid format code.
This will probably cause problems on systems that don't have %lld, but
do have a working snprintf otherwise. We will need to expand the
snprintf configure test to make sure we replace snprintf on those
platforms
2007-10-10 13:23:05 -05:00
Andrew Tridgell
ab67c8b2b7
r8453: my solaris10 box doesn't have math.h
...
maybe sun isn't very good at maths?
2007-10-10 13:23:05 -05:00
Andrew Tridgell
3c4291e49a
r8451: samba4 finally builds on solaris 8 sparc with heimdal and ejs
...
its been a long haul ...
2007-10-10 13:23:04 -05:00
Andrew Tridgell
288c178d5f
r8405: update var.c from upstream
2007-10-10 13:22:58 -05:00
Andrew Tridgell
205ff9a82b
r8404: small upstream merges of appweb code
2007-10-10 13:22:58 -05:00
Andrew Tridgell
2dcae5c98c
r8401: add a readme pointing to the upstream sources
2007-10-10 13:22:58 -05:00
Andrew Tridgell
0e30b6e4cc
r8400: separate out the mpr code, as it is in the upstream appweb sources
2007-10-10 13:22:57 -05:00
Andrew Tridgell
52db7a052b
r8399: move the ejs and esp code closer to the directory layout used by the
...
upstream sources. This makes it much easier to keep it up to date.
I will separate out the mpr code into lib/appweb/mpr next
2007-10-10 13:22:39 -05:00