31
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 22 hours ago.
May 07, 2023 — May 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rebuilt from configure.in by autoconf. More... over 27 years ago
Rebuilt from configure.in by autoconf. More... over 27 years ago
Change the way we decide whether to build gtcltk-lib, so that it's omitted from the build process when appropriate, but never from the dist process. * configure.in: Don't edit all_subdirs depending on the availability of Tk; let that be the list of all PLUGIN subdirectories present, as it used to be. Instead, edit a new variable, build_subdirs; write its final value, the list of subdirs we do want to compile in, to config.build-subdirs. Substitute that into the top-level Makefile too. * Makefile.in (subdirs): Set this to @build_subdirs@, so we only recurse on the subdirectories we should build. (distdirs): Set this to @existingdirs@, so it includes the subdirs we decided not to build. More... over 27 years ago
Change the way we decide whether to build gtcltk-lib, so that it's omitted from the build process when appropriate, but never from the dist process. * configure.in: Don't edit all_subdirs depending on the availability of Tk; let that be the list of all PLUGIN subdirectories present, as it used to be. Instead, edit a new variable, build_subdirs; write its final value, the list of subdirs we do want to compile in, to config.build-subdirs. Substitute that into the top-level Makefile too. * Makefile.in (subdirs): Set this to @build_subdirs@, so we only recurse on the subdirectories we should build. (distdirs): Set this to @existingdirs@, so it includes the subdirs we decided not to build. More... over 27 years ago
Rebuilt from configure.in by autoconf. More... over 27 years ago
Rebuilt from configure.in by autoconf. More... over 27 years ago
*** empty log message *** More... over 27 years ago
* libguile.h: #include "objprop.h"; I guess this was forgotten. More... over 27 years ago
* init.c (scm_boot_guile): Add init_func argument; call (*init_func) instead of calling scm_appinit; it's ucky to hard-code names for the user's procedures. * init.h (scm_boot_guile): Adjust declaration. More... over 27 years ago
* init.c (scm_boot_guile): Don't call scm_init_rgx; it's a plugin, and should be called by the final client. More... over 27 years ago
* gc.h: Use the PROTO macro when declaring functions. * gc.c: Use the PROTO macro when declaring static functions. Remove the CPP hair around function definitions. More... over 27 years ago
* gc.h: Use the PROTO macro when declaring functions. * gc.c: Use the PROTO macro when declaring static functions. Remove the CPP hair around function definitions. More... over 27 years ago
* libguile.h: #include "__scm.h" before testing the STDC_HEADERS preprocessor symbol; "__scm.h" is where it might get #defined. * __scm.h: Similar: #include <scmconfig.h> before testing HAVE_LIMITS_H. More... over 27 years ago
* configure.in: If we can find the library for tcl7.5, build gtcltk-lib. Call AC_PROG_CC, to help run that test with the right compiler (not sure this is necessary). More... over 27 years ago
. More... over 27 years ago
cat =log1 More... over 27 years ago
. More... over 27 years ago
* NEWS: Fix bug reporting address. More... over 27 years ago
. More... over 27 years ago
* posix.c (scm_init_posix): Use numeric values, rather than CPP symbols, when defining the scheme values R_OK, W_OK, X_OK, and F_OK. The symbols aren't available on some systems, and I'm pretty sure their values are fixed by common widespread practice. * ioext.c (scm_init_ioext): Code here defined them too; remove it. More... over 27 years ago
. More... over 27 years ago
* Makefile.in (ancillary): Drop def.sed. More... over 27 years ago
More functions unavailable on some systems. * configure.in (AC_CHECK_FUNCS): Add ctermid, setpgid, setsid, tcgetpgrp, tcsetpgrp, and waitpid to the list of functions to check for. * configure, scmconfig.h.in: Updated, using autoconf and autoheader. * posix.c (scm_sys_ctermid, scm_sys_setpgid, scm_sys_setsid, scm_sys_tcgetpgrp, scm_sys_tcsetpgrp, scm_sys_waitpid): Put the bodies of these functions in "#ifdef HAVE_MUMBLE" clauses, with a stub that signals an error as the #else. More... over 27 years ago
* Makefile.in (ancillary): Drop acconfig-1.5.h; add acconfig.h. More... over 27 years ago
let __scm.h be edited directly More... almost 28 years ago
portability fixes for header inclusion etc. More... almost 28 years ago
. More... almost 28 years ago
* README: Renamed from ANNOUNCE; include bug report address, description, and short tour. * INSTALL: Renamed from BUILDING. * NEWS: New file. * Makefile.in (DISTFILES): Update appropriately. More... almost 28 years ago
Changes for NeXT, suggested by Robert Brown. * configure.in: Call AC_TYPE_MODE_T. (AC_CHECK_HEADERS): Add libc.h, to get more prototypes on the NeXT. Put header file list in alphabetical order. * configure, scmconfig.h.in: Regenerated. * filesys.c [HAVE_LIBC_H]: #include <libc.h>. More... almost 28 years ago
Changes for NeXT, suggested by Robert Brown. * configure.in: Call AC_TYPE_MODE_T. (AC_CHECK_HEADERS): Add libc.h, to get more prototypes on the NeXT. Put header file list in alphabetical order. * configure, scmconfig.h.in: Regenerated. * filesys.c [HAVE_LIBC_H]: #include <libc.h>. More... almost 28 years ago