Pinned
569 contributions in the last year
Contribution activity
January 2021
Created 115 commits in 1 repository
Created a pull request in Interlisp/maiko that received 8 comments
Add maiko/platform.h to detect OS + CPU.
This also adds a bit to the -info output to say which OS and CPU
are being targeted.
This can be used in subsequent commits to drive whether or not
…
+151
−0
•
8
comments
Opened 113 other pull requests in 1 repository
Interlisp/maiko
2
open
110
merged
1
closed
- Build .o files for executables separately.
- Move optable into static, read-only storage.
- Remove bbtsub.h, duplicate of bbtsubdefs.h.
- Fix bbtsub.c compilation without XWINDOW or DOS.
- Fix typo.
- Fix a couple of README typos.
- osmsg now uses MAIKO_HANDLE_CONSOLE_MESSAGES
- Fix mouseif.c compilation, add to cmake build.
- Fix missing return value when !SUNDISPLAY, !XWINDOW.
- Don't enable NOPIXRECT when XWINDOW is defined.
- Remove optck
- Remove extra DOS build files.
- Remove OLD_CURSOR from our builds.
- Fix NOPIXRECT in llcolor.
- Make sure OLD_CURSOR code is only for SUNDISPLAY.
- Remove -fwrapv compiler flag.
- Remove OPCODEFAIL / FIXTOS1
- Remove assembly fn call optimizations.
- Remove some unused variables from makefiles.
- Remove old setup_table optimizer workarounds.
- Remove special rules for building xc.c.
- Remove profile.h
- Begin to modernize optimized dispatch.
- Fix compilation if !SUNDISPLAY && !XWINDOW && !DOS.
- More SUNDISPLAY / NOPIXRECT fixes.
- Some pull requests not shown.
Reviewed 23 pull requests in 4 repositories
Interlisp/maiko 20 pull requests
- Fix lispcmp bytecmp
- Cleanup for ERROR_EXIT/TIMER_EXIT/WARN style, remove unused typedef
- Clean up extraneous semi-colons, break statements, and braces
- Remove unnecessary (and incorrect) include in unixcomm.c
- move Build instructions to wiki
- Change icon, cursor images and masks to const uint8_t
- Remove -funsigned-char from standard compilation options
- Fix various spelling, grammatical, and punctuation errors
- Clean up CMakeLists.txt for Solaris (SunOS5) builds with ethernet
- Support building on OpenBSD, x86-64
- Fix mismatch between format string and value in uutils.c
- Remove redundant #ifndef NOETHER checks
- Clean up warnings when compiling with ethernet enabled
- Remove unused variables and cast return type correctly
- Change lisp_string_to_c_string length parameter to be size_t
- Pointer math correction
- Clean up some mixed sign issues
- Fix warnings for unused variables when NOETHER is defined
- Don't close a file that hasn't been opened
- Contributing guidelines
Interlisp/medley 1 pull request
dylan-lang/opendylan 1 pull request
prove-rs/z3.rs 1 pull request
Created an issue in Interlisp/medley that received 1 comment
Maiko: Drop privileges correctly
Maiko doesn't implement dropping privileges correctly. We should follow the guidelines in https://wiki.sei.cmu.edu/confluence/display/c/POS36-C.+Ob…
1
comment

