summaryrefslogtreecommitdiffstats
path: root/Modules/signalmodule.c
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2019-07-02 18:51:09 (GMT)
committerNed Deily <nad@python.org>2019-07-02 18:51:09 (GMT)
commit7f193e89698818de5fc60a8667de786036bbef95 (patch)
tree30f46be68ed24b99814063d3725c51e44bd8c1a1 /Modules/signalmodule.c
parent070fae6d0ff49e63bfd5f2bdc66f8eb1df3b6557 (diff)
downloadcpython-3.7.4rc2.zip
cpython-3.7.4rc2.tar.gz
cpython-3.7.4rc2.tar.bz2
3.7.4rc2v3.7.4rc2
Diffstat (limited to 'Modules/signalmodule.c')
0 files changed, 0 insertions, 0 deletions
33 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/generic/tclIOUtil.c
Commit message (Expand)AuthorAgeFilesLines
* Minor indent fixesdkf2025-09-041-9/+8
* Merge 9.0jan.nijtmans2025-08-181-2/+2
|\
| * Better not use the old octal notation (even though it still works)jan.nijtmans2025-08-181-2/+2
* | merge 9.0 to trunk: amend to [61c01e0edb08a9ed], more cases for increment ref...sebres2025-07-211-0/+2
|\ \ | |/
| * merge 8.6 to 9.0: amend to [61c01e0edb08a9ed], more cases for increment ref-c...sebres2025-07-211-0/+2
| |\
| | * merge 8.5 to 8.6: amend to [61c01e0edb08a9ed], more cases for increment ref-c...sebres2025-07-211-0/+2
| | |\
| | | * amend to [61c01e0edb08a9ed], more cases for increment ref-count with use-afte...sebres2025-07-211-0/+2
| | * | change (internal) TclpLoadMemory() signature, backported from 9.0. jan.nijtmans2025-01-151-14/+14
* | | | Mark some commands as needing bytecode compilation. Capitalise some function ...dkf2025-06-231-2/+2
* | | | Clean up indentation and overlong linesdkf2025-05-231-2/+1
* | | | Merge trunk. Another round of (harmless) -Wconversion fixesjan.nijtmans2025-04-191-2/+2
* | | | Bunch of whitespace basic fixes.dkf2025-03-021-8/+8
|/ / /
* | | Plug memory leak. jan.nijtmans2024-12-111-1/+2
|\ \ \
| * \ \ Plug memory leak. jan.nijtmans2024-12-111-1/+2
| |\ \ \ | | |/ /
| | * | small amend, avoiding SF (purely hypothetical Tcl_FSGetCwd may return NULL)sebres2024-12-021-1/+1
| | * | Plug memory leak.dgp2024-12-021-1/+2
| * | | This could give a (C++) compiler warningjan.nijtmans2024-12-051-2/+2
* | | | On macOS, use the VFS pathname as name for the module, in stead of simply "[M...jan.nijtmans2024-12-041-1/+1
|\ \ \ \ | |/ / /
| * | | On macOS, use the VFS pathname as name for the module, in stead of simply "[M...jan.nijtmans2024-12-031-47/+41
* | | | No need for error-reporting in TclpLoadMemory(): If it fails, a fallback scen...jan.nijtmans2024-11-241-5/+5
|\ \ \ \ | |/ / /
| * | | No need for error-reporting in TclpLoadMemory(): If it fails, a fallback scen...jan.nijtmans2024-11-231-5/+5
| |\ \ \ | | |/ /
| | * | Remove unused "interp" parameter from TclpLoadMemoryGetBuffer(). Make size ty...jan.nijtmans2024-11-231-4/+5
* | | | Change TclpLoadMemoryGetBuffer/TclpLoadMemory signature using size_t/Tcl_Sizejan.nijtmans2024-11-211-9/+3
|\ \ \ \ | |/ / /
| * | | Change TclpLoadMemoryGetBuffer/TclpLoadMemory signature using size_t/Tcl_Sizejan.nijtmans2024-11-211-4/+5
* | | | Fix ungrammatical doubling of words in commentsminordkf2024-09-211-11/+11
* | | | merge 8.7: avoid unneeded (but expensive) path normalization for several file...sebres2024-09-171-8/+5
|\ \ \ \ | |/ / /
| * | | merge 8.6 (fix attempt for [02d5d65d70adab97], however the small bottleneck i...sebres2024-09-171-8/+5
| |\ \ \ | | |/ /
| | * | small amend: move the normalization to the block where the error message real...core-bug-02d5d65d70adab97sebres2024-09-131-21/+0
| | * | amend considering possible tilde expansion in absolute paths starting with ~,...sebres2024-09-131-2/+9
| | * | because the normalization is very expensive (see [02d5d65d70adab97]), don't i...sebres2024-09-131-2/+7
| | * | TclFSCwdIsNative may return wrong result when cwd is not initialized in TSD (...sebres2024-09-131-0/+5
| | * | Make TclGlob() a static function. Sentinel/indenting/comment improvements (al...jan.nijtmans2024-05-281-6/+5
* | | | Space before tab is an extremely unlikely to be correct indentation patterndkf2024-06-041-1/+1
* | | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-17/+17
* | | | Clean up a lot of small whitespace issues dkf2024-05-131-17/+17
* | | | More whitespace cleanupdkf2024-05-10