Skip to content

Tags: Interlisp/maiko

Tags

maiko-250201-55e20ea9

Toggle maiko-250201-55e20ea9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Eliminate extra gotos in common branch tail code (#528)

The implementation of various JUMP opcodes tried to use a common tail
that did a POP and branched to the next opcode. While the extra gotos
probably aren't harmful, neither are they beneficial to code size or speed.

maiko-250201-7fe0f706

Toggle maiko-250201-7fe0f706's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Eliminate extra gotos in common branch tail code (#528)

The implementation of various JUMP opcodes tried to use a common tail
that did a POP and branched to the next opcode. While the extra gotos
probably aren't harmful, neither are they beneficial to code size or speed.

maiko-250201-7d85a59e

Toggle maiko-250201-7d85a59e's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Eliminate extra gotos in common branch tail code (#528)

The implementation of various JUMP opcodes tried to use a common tail
that did a POP and branched to the next opcode. While the extra gotos
probably aren't harmful, neither are they beneficial to code size or speed.

maiko-250128-9628bb1b

Toggle maiko-250128-9628bb1b's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Correct {DSK} versioned file cache failures (#526)

A missing check for the applicability of a versioned file cache
caused loadups to fail in the case where the modification timestamp
of a directory and its parent were identical, and the file being
looked up had the same name (when lowercased) as the directory it was
contained within. E.g., looking up TEDIT in library/tedit/ where
the modification times of library and library/tedit were identical.

The inode number of the directory containing the file must be the
same as the inode number of the directory the cache was built from.

maiko-250126-e61d0f2e

Toggle maiko-250126-e61d0f2e's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Correct {DSK} versioned file cache failures (#526)

A missing check for the applicability of a versioned file cache
caused loadups to fail in the case where the modification timestamp
of a directory and its parent were identical, and the file being
looked up had the same name (when lowercased) as the directory it was
contained within. E.g., looking up TEDIT in library/tedit/ where
the modification times of library and library/tedit were identical.

The inode number of the directory containing the file must be the
same as the inode number of the directory the cache was built from.

maiko-240513-4becc6ad

Toggle maiko-240513-4becc6ad's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Not all systems define MAP_FAILED for the return value from failing m…

…map() (#502)

maiko-240510-fd16058c

Toggle maiko-240510-fd16058c's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #504 from Interlisp/fgh_fix-cygwin-github-build

Fix Cygwin github builds:  Issue#1705

maiko-240506-6c6b01f9

Toggle maiko-240506-6c6b01f9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #499 from Interlisp/fgh_buildRelease_MacOS_fix

In buildRelease workflow, MacOS job - fix issue with uninstall of casks that have not actually been installed

maiko-240424-c3916416

Toggle maiko-240424-c3916416's commit message
Eliminate warnings for ignored fprintf() result when printing message…

…s to stderr

maiko-240211-ce20acca

Toggle maiko-240211-ce20acca's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #489 from Interlisp/fgh_em-build-01

Add Emscripten build to buildRelease workflow