[Gambas-Notification] [Git][gambas/gambas][master] 10 commits: Fix libltdl workaround for NetBSD
Benoît Minisini
gitlab at mg.gitlab.com
Sat Sep 1 12:28:19 CEST 2018
Benoît Minisini pushed to branch master at Gambas / gambas
Commits:
e6028806 by bgermann at 2018-08-29T12:18:33Z
Fix libltdl workaround for NetBSD
- - - - -
a3df7692 by bgermann at 2018-08-29T12:29:54Z
Use sys/ioctl.h instead of pty.h
pty.h is not needed because its functions are not used.
Use ioctl.h additionally to the already included termios.h to import the
implicitly used functions/constants.
- - - - -
e74adab7 by bgermann at 2018-08-29T13:36:25Z
Use FreeBSD exp10() fix for all BSDs
[INTERPRETER]
* BUG: The exp10() function works on all BSDs now
- - - - -
bb8106ce by bgermann at 2018-08-29T17:50:41Z
Fix local variable conflict for older compilers
[GB.NCURSES]
* Fix local variable conflict for older compilers
- - - - -
9e980453 by bgermann at 2018-08-29T21:22:44Z
[GB.PDF] Compile with C++ 11
[GB.PDF]
* BUG: Compile with C++ 11 which is needed by current poppler versions
- - - - -
b1a12236 by bgermann at 2018-08-29T21:59:11Z
Convert from statfs to more portable statvfs
[INTERPRETER]
* NEW: Convert from statfs to more portable statvfs
- - - - -
3685f21c by bgermann at 2018-08-30T07:35:44Z
[GB.TERM] Compatiblitity with NetBSD
[GB.TERM]
* NEW: Compatiblitity with NetBSD
- - - - -
3e6d9696 by bgermann at 2018-08-30T11:33:13Z
Change enum prefix that collides with statvfs
- - - - -
1b7abb97 by bgermann at 2018-08-30T12:07:18Z
Correct 3e6d9696
- - - - -
ce379271 by Benoît Minisini at 2018-09-01T10:28:18Z
Merge branch 'netbsd' into 'master'
Improve NetBSD support
See merge request gambas/gambas!37
- - - - -
18 changed files:
- gb.ncurses/src/c_input.c
- gb.pdf/src/Makefile.am
- main/configure.ac
- main/gbc/gbi.c
- main/gbx/gbx_api.c
- main/gbx/gbx_c_file.c
- main/gbx/gbx_math.h
- main/gbx/gbx_stream.c
- main/gbx/gbx_stream.h
- main/gbx/gbx_stream_arch.c
- main/gbx/gbx_stream_buffer.c
- main/gbx/gbx_stream_direct.c
- main/gbx/gbx_stream_memory.c
- main/gbx/gbx_stream_pipe.c
- main/gbx/gbx_stream_string.c
- main/gbx/gbx_subr_file.c
- main/lib/term/cterm.c
- main/share/gb_file_temp.h
View it on GitLab: https://gitlab.com/gambas/gambas/compare/847dcd8ebf71cd4b3d8badea1a5ff9167a8ddd65...ce3792718084e7aaecd8983598a1ed59bc66eefd
--
View it on GitLab: https://gitlab.com/gambas/gambas/compare/847dcd8ebf71cd4b3d8badea1a5ff9167a8ddd65...ce3792718084e7aaecd8983598a1ed59bc66eefd
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/notification/attachments/20180901/06199ced/attachment-0001.html>
More information about the Notification
mailing list