-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* allow string specification to enable cilk alerts * remove commented out code * add back missing logic related to buffering cilkrts_alert * remove extra whitespace * fix some stupid midnight coding issues * strtok and lfind * fix overwrite of null terminator * strdup and strcasecmp and constness * remove unecessary include * consistent null check * remove old env string fixing logic * Documentation; use more portable malloc+strcpy compared to strdup * slighlty more comments * back to strdup --------- Co-authored-by: Kyle Singer <[email protected]>
- Loading branch information
1 parent
9c8a5ef
commit bcbe827
Showing
3 changed files
with
153 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters