[Gambas-Notification] [Git][gambas/gambas][master] 5 commits: Replace hash native functions by static methods in a 'Hash' class implemented...
Benoît Minisini (@bminisini)
gitlab at mg.gitlab.com
Sat Sep 17 22:51:17 CEST 2022
Benoît Minisini pushed to branch master at Gambas / gambas
Commits:
580a51b6 by Benoît Minisini at 2022-09-17T22:41:29+02:00
Replace hash native functions by static methods in a 'Hash' class implemented in the 'gb.hash' component.
[COMPILER]
* NEW: Remove Md5() and other hash native functions.
[INTERPRETER]
* NEW: Remove Md5() and other hash native functions.
[GB.HASH]
* NEW: 'Hash' is a new static class with methods that implement The 'Md5', 'Sha1', 'Sha256' and 'Sha512' hash functions.
- - - - -
dfa8d18c by Benoît Minisini at 2022-09-17T22:45:01+02:00
Support for 'gb.hash' component.
[DEVELOPMENT ENVIRONMENT]
* NEW: Support for 'gb.hash' component.
* NEW: Update French translation
- - - - -
1a433879 by Benoît Minisini at 2022-09-17T22:49:05+02:00
Update some icons.
[GB.FORM.STOCK]
* NEW: Update 'download' and 'upload' icons.
* NEW: Redraw 'inheritance', 'gradient' and 'network' icon.
- - - - -
da046feb by Benoît Minisini at 2022-09-17T22:50:44+02:00
Add error location when displaying an error message in the generated HTML..
[GB.MARKDOWN]
* NEW: Add error location when displaying an error message in the generated HTML.
- - - - -
74f80c0e by Benoît Minisini at 2022-09-17T22:51:07+02:00
Merge branch 'master' of gitlab.com:gambas/gambas
- - - - -
28 changed files:
- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.src/Component/CDocumentation.class
- comp/src/gb.form.stock/gambas-mono/128/download.png
- comp/src/gb.form.stock/gambas-mono/128/upload.png
- comp/src/gb.form.stock/gambas-mono/32/download.png
- comp/src/gb.form.stock/gambas-mono/32/inheritance.png
- comp/src/gb.form.stock/gambas-mono/32/upload.png
- comp/src/gb.form.stock/gambas/128/download.png
- comp/src/gb.form.stock/gambas/128/gambas.png
- comp/src/gb.form.stock/gambas/128/network.png
- comp/src/gb.form.stock/gambas/128/upload.png
- comp/src/gb.form.stock/gambas/32/download.png
- comp/src/gb.form.stock/gambas/32/gradient.png
- comp/src/gb.form.stock/gambas/32/inheritance.png
- comp/src/gb.form.stock/gambas/32/network.png
- comp/src/gb.form.stock/gambas/32/upload.png
- comp/src/gb.markdown/.src/MTest.module
- comp/src/gb.markdown/.src/Markup.module
- comp/src/gb.markdown/test2.txt
- + comp/src/gb.markdown/test3.txt
- main/gbx/gbx_class_info.c
- main/gbx/gbx_subr_string.c
- main/lib/hash/Makefile.am
- main/lib/hash/gb.hash.component
- main/lib/hash/main.c
- main/lib/hash/main.h
- main/share/gb_reserved_keyword.h
- main/share/gb_reserved_temp.h
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/65a5c53ea2843b065bb345cb0c5d5faac3ace4cc...74f80c0ef9e1f668e6c838cf69f84033d2dade5f
--
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/65a5c53ea2843b065bb345cb0c5d5faac3ace4cc...74f80c0ef9e1f668e6c838cf69f84033d2dade5f
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/notification/attachments/20220917/0003ef13/attachment.htm>
More information about the Notification
mailing list