[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] Add new 'Clamp()' function that clamps a value between a minimum bound and a maximum bound.
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][master] Add new 'Clamp()' function that clamps a value between a minimum bound and a maximum bound.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Thu, 10 Apr 2025 21:45:58 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: 6e01e149 by Benoît Minisini at 2025-04-10T23:43:39+02:00 Add new 'Clamp()' function that clamps a value between a minimum bound and a maximum bound. [CONFIGURATION] * NEW: Switch bytecode version to 3.21. [INTERPRETER] * NEW: Add new 'Clamp()' function that clamps a value between a minimum bound and a maximum bound. [COMPILER] * NEW: Add new 'Clamp()' function. - - - - - 12 changed files: - main/gbc/gb_error.c - main/gbc/gb_error.h - main/gbc/gbc.c - main/gbc/gbc_trans_expr.c - main/gbc/gbc_trans_subr.c - main/gbx/gbx_exec_loop.c - main/gbx/gbx_subr.h - main/gbx/gbx_subr_file.c - main/gbx/gbx_subr_test.c - main/share/gb_reserved.h - main/share/gb_reserved_keyword.h - main/share/gb_reserved_temp.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6e01e149d6a297e4b6daa7a675258afaa497df91 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6e01e149d6a297e4b6daa7a675258afaa497df91 You're receiving this email because of your account on gitlab.com.