.. |
_std
|
01c8badafe
Splitting fullPath into fullPath, which should resolve symlinks and find only real paths, and absPath, which should not.
|
11 years ago |
internal
|
6956fdd111
[python] improve HxOverride implementations of toLowerCase and toUpperCase
|
11 years ago |
io
|
4100c04dda
fix @:enum abstract field access (see #2939)
|
11 years ago |
lib
|
d0184c52c0
[python] Builtin.open returns FileIO (with write methods and stuff)
|
11 years ago |
Boot.hx
|
db2c629027
[python] slight improvements/cleanup to python.Boot, allow inlining of Std.string, ArrayImpl use arrayJoin of Boot
|
11 years ago |
HaxeIterable.hx
|
4a4f1455a6
renamed and moved PyIterator => NativeIterator, PyIterable => NativeIterable, the underlying typedefs are now suffixed with Raw
|
11 years ago |
HaxeIterator.hx
|
4a4f1455a6
renamed and moved PyIterator => NativeIterator, PyIterable => NativeIterable, the underlying typedefs are now suffixed with Raw
|
11 years ago |
KwArgs.hx
|
a5d8dc6699
allow KwArgs after VarArgs, allow passing null for VarArgs and KwArgs (fixes problem when they are optional arguments and become null implicitly
|
11 years ago |
Lib.hx
|
a5d8dc6699
allow KwArgs after VarArgs, allow passing null for VarArgs and KwArgs (fixes problem when they are optional arguments and become null implicitly
|
11 years ago |
NativeArrayTools.hx
|
34edde33d0
renaming
|
11 years ago |
NativeIterable.hx
|
c29a90d239
[python] clean up NativeIterable/NativeIterator stuff (nonsense type params, static @:to, inlines)
|
11 years ago |
NativeIterator.hx
|
c29a90d239
[python] clean up NativeIterable/NativeIterator stuff (nonsense type params, static @:to, inlines)
|
11 years ago |
NativeStringTools.hx
|
34edde33d0
renaming
|
11 years ago |
Syntax.hx
|
3aca4f8820
minor fix
|
11 years ago |
VarArgs.hx
|
e683253e88
fix tricky VarArgs again (runtime array on the call site and tuple on the receiving site) (fixes #2937)
|
11 years ago |