Commits on Source (3)
-
gambas authored
[GB.GEOM] * BUG: Fix some spaces in source code.
-
gambas authored
[INTERPRETER] * NEW: OPEN NULL is a new syntax that opens a null stream. Reading always returns end of file, and writing does nothing except advancing the file pointer, allowing to know how many bytes were written. [COMPILER] * NEW: OPEN NULL is a new syntax that opens a null stream.
-
gambas authored
[INTERPRETER] * BUG: Forgot the new source file.
Showing
- main/gbc/gbc_trans.h 1 addition, 1 deletionmain/gbc/gbc_trans.h
- main/gbc/gbc_trans_subr.c 66 additions, 47 deletionsmain/gbc/gbc_trans_subr.c
- main/gbx/Makefile.am 1 addition, 1 deletionmain/gbx/Makefile.am
- main/gbx/gbx_stream.c 2 additions, 0 deletionsmain/gbx/gbx_stream.c
- main/gbx/gbx_stream.h 11 additions, 2 deletionsmain/gbx/gbx_stream.h
- main/gbx/gbx_stream_null.c 117 additions, 0 deletionsmain/gbx/gbx_stream_null.c
- main/lib/geom/crect_temp.h 2 additions, 2 deletionsmain/lib/geom/crect_temp.h
main/gbx/gbx_stream_null.c
0 → 100644