Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Frida
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
Frida
Commits
702a5a86
Commit
702a5a86
authored
13 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
This is release 2.1.4b.
parent
4c315e46
No related branches found
No related tags found
No related merge requests found
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
pub/CHANGELOG
+5
-0
5 additions, 0 deletions
pub/CHANGELOG
pub/aclocal.m4
+2
-2
2 additions, 2 deletions
pub/aclocal.m4
pub/configure
+233
-251
233 additions, 251 deletions
pub/configure
pub/configure.ac
+1
-1
1 addition, 1 deletion
pub/configure.ac
pub/src/mem.cpp
+1
-1
1 addition, 1 deletion
pub/src/mem.cpp
with
242 additions
and
255 deletions
pub/CHANGELOG
+
5
−
0
View file @
702a5a86
Release 2.1.4b of 21dec11:
- bugfixes:
- improved handling of r and z ('or', 'oz', 'ms*', 'mfj')
Release 2.1.4a of 9nov11:
- new functionality:
...
...
This diff is collapsed.
Click to expand it.
pub/aclocal.m4
+
2
−
2
View file @
702a5a86
...
...
@@ -13,8 +13,8 @@
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.6
8
],,
[m4_warning([this file was generated for autoconf 2.6
8
.
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.6
7
],,
[m4_warning([this file was generated for autoconf 2.6
7
.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.])])
...
...
This diff is collapsed.
Click to expand it.
pub/configure
+
233
−
251
View file @
702a5a86
This diff is collapsed.
Click to expand it.
pub/configure.ac
+
1
−
1
View file @
702a5a86
...
...
@@ -9,7 +9,7 @@
## Generic initialization ##
###############################################################################
AC_INIT([frida],[post-2.1.4
a
],[j.wuttke@fz-juelich.de])
AC_INIT([frida],[post-2.1.4
b
],[j.wuttke@fz-juelich.de])
# project name must be "frida"; this determines the installation directories
#AC_PREREQ(2.65) # downgraded to 2.61
...
...
This diff is collapsed.
Click to expand it.
pub/src/mem.cpp
+
1
−
1
View file @
702a5a86
...
...
@@ -115,7 +115,7 @@ void NOlm::OlfExchange()
FSelOld
=
FSel
;
FSel
=
CList
();
vector
<
POlo
>
aux
;
for
(
uint
i
=
FSelOld
.
size
()
-
1
;
i
!=
(
uint
)
-
1
;
--
i
)
{
for
(
uint
i
=
FSelOld
.
size
()
-
1
;
i
!=
(
uint
)
-
1
;
--
i
)
{
aux
.
push_back
(
MOM
[
FSelOld
.
V
[
i
]]
);
MOM
.
erase
(
MOM
.
begin
()
+
FSelOld
.
V
[
i
]
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment